diff --git a/bin/autojump.bash b/bin/autojump.bash index 37e2370..46c3259 100644 --- a/bin/autojump.bash +++ b/bin/autojump.bash @@ -93,7 +93,7 @@ function jc { if [[ ${@} == -* ]]; then j ${@} else - j $(pwd) ${@} + j $(pwd)/ ${@} fi } diff --git a/bin/autojump.zsh b/bin/autojump.zsh index 197edbd..d653867 100644 --- a/bin/autojump.zsh +++ b/bin/autojump.zsh @@ -57,7 +57,7 @@ function jc { if [[ ${@} == -* ]]; then j ${@} else - j $(pwd) ${@} + j $(pwd)/ ${@} fi }