How to set fish as default on MacOS

How to set fish as default on MacOS

Posted on:August 17, 2021 at 10:00 AM

If you are curious to know exactly how to set the fish as a default terminal behaviour on your Mac, here is the simple command that you can use.

Open any terminal, paste the following code and hit enter.

chsh -s /usr/local/bin/fish

Hope it will work.