Commit 69b94f20 authored by Bruno's avatar Bruno

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

added command line completion to jump plugin
parents ba18a3ea 37251b32
set -gx MARKPATH $HOME/.marks set -gx MARKPATH $HOME/.marks
command mkdir -p $MARKPATH command mkdir -p $MARKPATH
complete -c jump -f -a '(ls ~/.marks)'
complete -c unmark -f -a '(ls ~/.marks)'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment