浏览代码

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

正在加载...
取消
保存