1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00
This commit is contained in:
Jui-Shan Liang (Jenny) 2013-02-11 11:20:56 -08:00
commit 404d99140c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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