mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-01 15:15:14 +08: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