mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #113 from bitboxer/jump-command-completion
added command line completion to jump plugin
This commit is contained in:
commit
69b94f20c2
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user