mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
fix to allow directories starting with hyphens
This commit is contained in:
@@ -9,4 +9,4 @@ if (`alias cwdcmd` !~ *autojump*) then
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#default autojump command
|
#default autojump command
|
||||||
alias j 'cd `autojump \!:1`'
|
alias j 'cd `autojump -- \!:1`'
|
||||||
|
|||||||
Reference in New Issue
Block a user