Skip to content

fish cmd

switch to fish as your default

To change your login shell to fish:

  1. Add the shell to /etc/shells with:

    shell
    echo /usr/local/bin/fish | sudo tee -a /etc/shells
  2. Change your default shell with:

    shell
    chsh -s /usr/local/bin/fish

吃好喝好 快乐地活下去