소스 검색

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

불러오는 중...
취소
저장