Created
October 26, 2021 23:19
-
-
Save shmidt/fa62babf9ca8eacb3e29eeb4ec29d5b8 to your computer and use it in GitHub Desktop.
Change shell to Fish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myshell=fish | |
brew install $myshell | |
which $myshell | sudo tee -a /etc/shells | |
chsh -s $(which $myshell) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment