Quantcast
Channel: How can I set my default shell on a Mac, e.g. to Fish? - Stack Overflow
Viewing all articles
Browse latest Browse all 38

Answer by Aif for How to set my default shell on Mac?

$
0
0

You can use chsh to change a user's shell.

Run the following code, for instance, to change your shell to Zsh

chsh -s /bin/zsh

As described in the manpage, and by Lorin, if the shell is not known by the OS, you have to add it to its known list: /etc/shells.


Viewing all articles
Browse latest Browse all 38

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>