1
0
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:
Johnny Kuan 2014-05-05 02:50:51 -04:00
parent 903f79333a
commit 225cdb2a8b

View File

@ -9,4 +9,4 @@ if (`alias cwdcmd` !~ *autojump*) then
endif
#default autojump command
alias j 'cd `autojump \!:1`'
alias j 'cd `autojump -- \!:1`'