ソースを参照

fix to allow directories starting with hyphens

pull/282/head
Johnny Kuan 10年前
コミット
225cdb2a8b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/autojump.tcsh

+ 1
- 1
bin/autojump.tcsh ファイルの表示

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

読み込み中…
キャンセル
保存