1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Merge branch 'master' of github.com:joelthelion/autojump

This commit is contained in:
William Ting
2013-02-13 12:15:48 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ function jc {
if [[ ${@} == -* ]]; then
j ${@}
else
j $(pwd) ${@}
j $(pwd)/ ${@}
fi
}

View File

@@ -59,7 +59,7 @@ function jc {
if [[ ${@} == -* ]]; then
j ${@}
else
j $(pwd) ${@}
j $(pwd)/ ${@}
fi
}