during installation
it correctly detected that I was using fish shell.
it added the following to my ~/.config/fish/config.fish
# PAI alias
alias pai='bun /Users/masukomi/.claude/PAI/Tools/pai.ts'
BUT at the end of the installation in the "Installation Complete" box it said
To activate PAI, open a terminal and run:
source ~/.zshrc && pai
It seems this part of the setup didn't get the news that I was running fish shell and has old invalid instructions in it.
It should have instructed me to run
source ~/.config/fish/config.fish && pai
during installation
it correctly detected that I was using fish shell.
it added the following to my ~/.config/fish/config.fish
BUT at the end of the installation in the "Installation Complete" box it said
It seems this part of the setup didn't get the news that I was running fish shell and has old invalid instructions in it.
It should have instructed me to run