function post_install { echo " If you upgraded from fisherman see the migration guide -> https://github.com/jorgebucaran/fisher/issues/450 " } function post_upgrade { post_install } function post_remove { echo " Remember that your plugins and fisher config still reside in your home directory, usually ~/.config/fish/. " }