From e5a9008aa8620e1e945d4f2cb4f534e97d0f3e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Schaerer?= Date: Sun, 11 Dec 2011 13:16:26 +0100 Subject: [PATCH] cleanup, add a few diff tools --- autojump.bash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autojump.bash b/autojump.bash index 41dcc2f..237b755 100644 --- a/autojump.bash +++ b/autojump.bash @@ -39,15 +39,13 @@ _autojump_files() comps=$(autojump --bash --completion $cur) while read i do - #COMPREPLY=("${COMPREPLY[@]}" "${COMP_WORDS[@]:1:$(( ${#COMP_WORDS[@]} - 1 ))}${i}") COMPREPLY=("${COMPREPLY[@]}" "${i}") done <