Merge pull request #113 from bitboxer/jump-command-completion

added command line completion to jump plugin
This commit is contained in:
Bruno 2014-01-22 22:44:33 -08:00
commit 69b94f20c2

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)'