Skip to content

Instantly share code, notes, and snippets.

@shmidt
Created August 3, 2023 19:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmidt/4f120425627088b6eb1faf7997bbd4ba to your computer and use it in GitHub Desktop.
Save shmidt/4f120425627088b6eb1faf7997bbd4ba to your computer and use it in GitHub Desktop.
Change to fish shell on Mac
sudo chown $(whoami) /etc/shells
sudo echo $(which fish) >> /etc/shells
chsh -s $(which fish)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment