Switch from ZSH to default OS X

1

1

https://stackoverflow.com/questions/13476232/make-iterm2-launch-with-zsh

I used chsh -s /bin/zsh as described above to set zsh as default. I'd like to switch back to default standard terminal that comes with OS X instead of ZSH (at least for now and knowledge). What command would I need to use?

Tejas Manohar

Posted 2014-07-03T22:02:18.260

Reputation: 134

Answers

2

chsh -s /bin/bash should do the trick.

Zev Eisenberg

Posted 2014-07-03T22:02:18.260

Reputation: 136

Oh snap, how did I not think of that?!? Thanks, man! – Tejas Manohar – 2014-07-03T22:38:26.793