
fisher
List of commands for fisher:
-
fisher:tldr:3a4ee fisher: List installed plugins.$ fisher lstry on your machineexplain this command
-
fisher:tldr:74034 fisher: Install a plugin from a GitHub gist.$ fisher ${gist_url}try on your machineexplain this command
-
fisher:tldr:896a2 fisher: Install one or more plugins.$ fisher ${plugin1} ${plugin2}try on your machineexplain this command
-
fisher:tldr:8e1cc fisher: Edit 'fishfile' manually with your favorite editor and install multiple plugins.$ ${editor} ~/.config/fish/fishfile; fishertry on your machineexplain this command
-
fisher:tldr:d6f2c fisher: Remove one or more plugins.$ fisher remove ${plugin1} ${plugin2}try on your machineexplain this command