From c92c5c7b1576dd3ab13c055ed399ad0f09d74bbc Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 2 Jan 2020 23:13:56 +0530 Subject: Support toggle exe --- plugins/autojump | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/autojump') diff --git a/plugins/autojump b/plugins/autojump index b30530f..ef39dd9 100755 --- a/plugins/autojump +++ b/plugins/autojump @@ -15,5 +15,6 @@ if which autojump >/dev/null 2>&1; then odir="$(autojump "$dir")" printf "%s" "0$odir" > "$NNN_PIPE" else - exit 1 + printf "autojump missing" + read -r _ fi -- cgit v1.2.3-70-g09d2