On OS X, how do I change my shell from fish back to bash?

醉酒当歌 提交于 2019-12-02 17:32:10

Go to System Preferences, Users & Groups, click the lock to make changes, right click (or Control click) on your username, choose "Advanced Options" and you should have a field to change your shell. Change it there, reboot, and your new shell should take effect.

Very easy:

  • from FISH to BASH :
    In your Fish terminal, type bash --login to switch to Bash
  • from BASH to FISH :
    In your Bash terminal, type fish to switch to Fish

Update 10.13.1:

Right-click (ctrl+click) on the username in the left pane, not the image.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!