mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-01 11:13:00 +08:00
added command line completion to jump plugin
This commit is contained in:
parent
ba18a3ea76
commit
37251b3201
|
@ -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