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

后端 未结 3 2046
南旧
南旧 2021-01-31 03:51

I\'m kinda preferring bash lately to fish, and I\'m wondering if I can change it back. I tried this command: chsh -s /bin/bash but closing the terminal and reopenin

3条回答
  •  感情败类
    2021-01-31 04:17

    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

提交回复
热议问题