Skip to content

bad instructions after installation with fish shell #1053

@masukomi

Description

@masukomi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions