Browse Source

fix to allow directories starting with hyphens

pull/282/head
Johnny Kuan 10 years ago
parent
commit
225cdb2a8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/autojump.tcsh

+ 1
- 1
bin/autojump.tcsh 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`'

Loading…
Cancel
Save