mirror of
https://github.com/wting/autojump
synced 2025-06-13 12:54:07 +00:00
Merge 1d31f720f4
into 833dcca408
This commit is contained in:
commit
404d99140c
@ -93,7 +93,7 @@ function jc {
|
|||||||
if [[ ${@} == -* ]]; then
|
if [[ ${@} == -* ]]; then
|
||||||
j ${@}
|
j ${@}
|
||||||
else
|
else
|
||||||
j $(pwd) ${@}
|
j $(pwd)/ ${@}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ function jc {
|
|||||||
if [[ ${@} == -* ]]; then
|
if [[ ${@} == -* ]]; then
|
||||||
j ${@}
|
j ${@}
|
||||||
else
|
else
|
||||||
j $(pwd) ${@}
|
j $(pwd)/ ${@}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user