Skip to content

Fish as default shell #16

Description

@funnicus

To change your login shell to fish:

Add the shell to /etc/shells with:

command -v fish | sudo tee -a /etc/shells

Change your default shell with:

chsh -s "$(command -v fish)"

To change it back to another shell, substitute fish with bash, tcsh or zsh as appropriate in the above command.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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