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

pull/183/head
William Ting 11 years ago
commit 022b43edd2

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

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

Loading…
Cancel
Save