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 MagicDude4Eva for How to set my default shell on Mac?

$
0
0

On macOS Mojave I had to do the following (using zsh as an example):

brew install zsh
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)

Viewing all articles
Browse latest Browse all 38

Trending Articles



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