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
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!