Installing interactive fish shell and fisherman package manager.
sudo pacman -S fish fisherman
fish
Welcome to fish, the friendly interactive shell
~ >
but
fisher
bash: fisher: command not found
checking installed fisherman files.
pacman -Ql fisherman
fisherman /usr/
fisherman /usr/bin/
fisherman /usr/bin/fisher-up-me
fisherman /usr/share/
fisherman /usr/share/doc/
fisherman /usr/share/doc/fisherman/
fisherman /usr/share/doc/fisherman/README
fisherman /usr/share/fish/
fisherman /usr/share/fish/functions/
fisherman /usr/share/fish/functions/fisher.fish
fisherman /usr/share/licenses/
fisherman /usr/share/licenses/fisherman/
fisherman /usr/share/licenses/fisherman/LICENSE
Where is fisher
executable? Official git page says that fisher
is the command to call the manager why it was not installed?