Skip to content

Instantly share code, notes, and snippets.

@shmidt
Created October 26, 2021 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmidt/fa62babf9ca8eacb3e29eeb4ec29d5b8 to your computer and use it in GitHub Desktop.
Save shmidt/fa62babf9ca8eacb3e29eeb4ec29d5b8 to your computer and use it in GitHub Desktop.
Change shell to Fish
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