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.

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