Change your default Terminal ‘Shell’

Hari Kishore
Dec 12, 2021

If you work on Mac/Linux or any unix based system, you can change your default ‘shell’ for your terminal application.

Use the command change shell, chsh.

chsh -s /bin/zsh

it will change your default shell to zsh shell.

Other shell you can use is, bash, sh etc.

--

--