1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

fix zsh tab completion function

This commit is contained in:
William Ting 2013-12-31 09:54:50 -06:00
parent b0957e50eb
commit 2c999dca83

2
bin/_j
View File

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