Explorar el Código

fix zsh tab completion function

pull/252/head
William Ting hace 10 años
padre
commit
2c999dca83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/_j

+ 1
- 1
bin/_j Ver fichero

@ -1,4 +1,4 @@
# used for zsh tab completion
#compdef j
cur=${words[2, -1]}
autojump --complete ${=cur[*]} | while read i; do

Cargando…
Cancelar
Guardar