#!/bin/bash echo "To install fish plugins, run this command interactively in fish:" echo echo " curl -fsSL https://git.io/fisher | source && fisher update" echo