mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user