How to make fish default shell on MacOS
🍎
-
Find the path of
fishusingwhich fishdilawar@halwa ~> which fish /usr/local/bin/fish
-
Append this path to file
/etc/shells -
Execute
chsh -s /usr/local/bin/fish
How to make fish default shell on MacOS
🍎
Find the path of fish using which fish
dilawar@halwa ~> which fish
/usr/local/bin/fishAppend this path to file /etc/shells
Execute chsh -s /usr/local/bin/fish