1
0
mirror of https://github.com/wting/autojump synced 2024-09-29 22:40:46 +00:00

Merge pull request #180 from jsliang/master

Fix issue #179
This commit is contained in:
William Ting 2013-02-11 15:09:06 -08:00
commit 1700640fb1
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

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