Ver a proveniência

fix to allow directories starting with hyphens

pull/282/head
Johnny Kuan há 10 anos
ascendente
cometimento
225cdb2a8b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      bin/autojump.tcsh

+ 1
- 1
bin/autojump.tcsh Ver ficheiro

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

Carregando…
Cancelar
Guardar