Skip to content

Instantly share code, notes, and snippets.

@gnthibault
Created October 31, 2024 06:32
Show Gist options
  • Save gnthibault/3400d80ef862c6af727c4a6a879eb1d0 to your computer and use it in GitHub Desktop.
Save gnthibault/3400d80ef862c6af727c4a6a879eb1d0 to your computer and use it in GitHub Desktop.
Change default macOS terminal shell to bash
# Change the default shell to Bash by running the following command:
chsh -s /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment