Browse Source

fix zsh tab completion function

pull/252/head
William Ting 10 years ago
parent
commit
2c999dca83
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/_j

+ 1
- 1
bin/_j View File

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

Loading…
Cancel
Save