mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
6 lines
138 B
Fish
6 lines
138 B
Fish
set -gx MARKPATH $HOME/.marks
|
|
command mkdir -p $MARKPATH
|
|
|
|
complete -c jump -f -a '(ls ~/.marks)'
|
|
complete -c unmark -f -a '(ls ~/.marks)'
|