Snippets

How to set fish as default on MacOS

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.