Created
October 31, 2024 06:32
-
-
Save gnthibault/3400d80ef862c6af727c4a6a879eb1d0 to your computer and use it in GitHub Desktop.
Change default macOS terminal shell to bash
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
# 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