mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge d12378fc15
into b60932616b
This commit is contained in:
commit
0b7a48bdda
@ -42,7 +42,7 @@ chpwd_functions+=autojump_chpwd
|
||||
|
||||
# default autojump command
|
||||
j() {
|
||||
if [[ ${@} == -* ]]; then
|
||||
if [[ ${@} == -* && ! (${#} -eq 2 && ${1} == '--') ]]; then
|
||||
autojump ${@}
|
||||
return
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user