1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

remove custom app tab completion using autojump in bash

This commit is contained in:
William Ting
2013-12-31 09:20:57 -06:00
parent 4c28a998b4
commit 3709536698
2 changed files with 1 additions and 20 deletions

2
bin/_j
View File

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