fish

How to set my default shell on Mac?

∥☆過路亽.° 提交于 2019-11-27 16:40:15
I do not like to retype fish every time I start terminal. I want fish on by default. How can I set fish shell as my default shell on a Mac? These are applicable to MacOS Sierra 10.12.5 (16F73) and probably some other recent and upcoming versions of MacOS. chsh is not enough to change the default shell. Make sure you press Command + , while your terminal is open and change the 'Shells open with' option to 'Default login shell.' In case of bash, make sure that you execute echo $BASH_VERSION to confirm you are running the intended version of bash. bash --version does not give you correct

How to set my default shell on Mac?

萝らか妹 提交于 2019-11-26 18:43:37
问题 I do not like to retype fish every time I start terminal. I want fish on by default. How can I set fish shell as my default shell on a Mac? 回答1: These are applicable to MacOS Sierra 10.12.5 (16F73) and probably some other recent and upcoming versions of MacOS. chsh is not enough to change the default shell. Make sure you press Command + , while your terminal is open and change the 'Shells open with' option to 'Default login shell.' In case of bash, make sure that you execute echo $BASH