mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
fix to allow directories starting with hyphens
This commit is contained in:
parent
903f79333a
commit
225cdb2a8b
@ -9,4 +9,4 @@ if (`alias cwdcmd` !~ *autojump*) then
|
||||
endif
|
||||
|
||||
#default autojump command
|
||||
alias j 'cd `autojump \!:1`'
|
||||
alias j 'cd `autojump -- \!:1`'
|
||||
|
Loading…
Reference in New Issue
Block a user