瀏覽代碼

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`'

Loading…
取消
儲存