If you're upgrading from 3.x or older:
- Upgrading will remove installed plugins, so make a list of the current state for later:
set --local plugins (read --null <~/.config/fish/fishfile)
- Uninstall the old Fisher:
- Install the latest Fisher and restore previously installed plugins:
$ curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher $plugins
If you're upgrading from
3.xor older:$ fisher self-uninstall$ curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher $plugins