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

remove _j() as it was never used to begin with.

This commit is contained in:
William Ting
2013-02-01 14:00:50 -06:00
parent ac2dc9f1d2
commit 49a0d702ba
5 changed files with 2 additions and 50 deletions

6
bin/_j
View File

@@ -1,6 +0,0 @@
#compdef j
cur=${words[2, -1]}
autojump --complete ${=cur[*]} | while read i; do
compadd -U "$i";
done