mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
commit
1700640fb1
@ -93,7 +93,7 @@ function jc {
|
||||
if [[ ${@} == -* ]]; then
|
||||
j ${@}
|
||||
else
|
||||
j $(pwd) ${@}
|
||||
j $(pwd)/ ${@}
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,7 @@ function jc {
|
||||
if [[ ${@} == -* ]]; then
|
||||
j ${@}
|
||||
else
|
||||
j $(pwd) ${@}
|
||||
j $(pwd)/ ${@}
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user