Translations:
- Japanese: "๐ fish-shell ใจ fihserman ใฎ tips" on Qiita
# Ensure fisherman and plugins are installed
if not test -f $HOME/.config/fish/functions/fisher.fish
echo "==> Fisherman not found. Installing."
curl -sLo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher
fisher
end
Test if completion works by @Markcial
TEST "Should return ask-pass param" complete -C"foo --ask-p" = "foo --ask-pass" end`
Migrate from oh-my-fish to fisherman
- Just install fisherman
- If you happen to be also running any fisherman before 2.0 alongside omf
- Add omf plugin names to ~/.config/fish/fishfile and run fisher
- Remove omf directories and files
It has been discussed on Migration instructions from oh-my-fish to fisherman? #223.
To the extent possible under law, Sota Yamashita has waived all copyright and related or neighboring rights to this work.