To change the default shell which is zsh to another such as bash, sh, ksh, csh, dash or tcsh you can either use the Terminal or System Settings on macOS Ventura,
Change default shell using macOS Ventura System Settings
- Click on the Apple Icon on the menu bar,
- Now select System Settings,
- Select Users & Groups from the left sidebar,
- Control-click (right-click) on your User,
- You will be prompted to enter your user password,
- For Login Shell select the shell you want from the dropdown.
- /bin/bash
- /bin/csh
- /bin/dash
- /bin/ksh
- /bin/sh
- /bin/tcsh
- /bin/zsh
- Click OK
Change default login shell using Terminal Command
- Open Terminal App,
- Type the command: chsh -s /bin/bash
- Enter the user password if prompted.
- Restart Terminal
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to MacOS,
- How to Display Analog Clock on Mac Menu Bar
- Shutdown Mac Terminal Command
- How to know the Serial Number of MacBook on macOS Ventura 13.0
- macOS: Remove Desktop or Documents Folder from iCloud Drive Syncing
- [fix] How to Show file extensions on all files on Mac
- How to install Zoom Add-in to Outlook (Mac)
- How to turn off Stage Manager - macOS Ventura
- Fix - Xode - Internal logic error: Connection was invalidated
- How to do calculations in Mac Terminal
- How to delete a Page in Microsoft Word File on Mac (macOS)
- How to Refresh Mac Desktop
- How to install Java on macOS [Big Sur]
- How to Disable Mac Terminal Bell Sound
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to Uninstall Brew on Mac
- Find your macOS version
- Change TextEdit File Encoding
- AppleScript Example with TextEdit
- How to install homebrew (brew) on M1 Mac
- How to Find File and Directory Size in Mac Terminal
- How to open new tab in Sublime Text Editor [macOS]
- How to list all users in Mac Terminal
- Turn off Auto-Capitalization on macOS Ventura 13
- How to check Command Line Tools Version [Updated for Ventura]
- Change Current User Password using Mac Terminal Command
More Posts:
- How to Open VS Code on Mac - MacOS
- How to Open Calculator using Mac Terminal - MacOS
- 10 FTP SFTP Clients and Alternatives - FTP
- Fix: Spring Boot + Caching: DefaultSerializer requires a Serializable payload - Java
- Show CPU and Memory Usage on macOS Menu Bar - MacOS
- [Fix] Microsoft Teams a JavaScript error occurred in the main process Error - Teams
- How to add duration to Android Toast makeText method - Android
- Align left align text in Bootstrap - Bootstrap