Default shell

  • How do I make fish my default shell?

    Edit /etc/shells as root, and add the line (if missing):

    /usr/local/bin/fish

    Then run:

    chsh -s /usr/local/bin/fish

    To change back to bashchsh -s /bin/bash

相关推荐