added command line completion to jump plugin

This commit is contained in:
Bodo Tasche 2014-01-20 21:05:55 +01:00
parent ba18a3ea76
commit 37251b3201

View File

@ -1,2 +1,5 @@
set -gx MARKPATH $HOME/.marks
command mkdir -p $MARKPATH
complete -c jump -f -a '(ls ~/.marks)'
complete -c unmark -f -a '(ls ~/.marks)'