how do I run`chsh -s /bin/zsh`
how do I run`chsh -s /bin/zsh`
iMac Line (2012 and Later)
how do I run`chsh -s /bin/zsh`
iMac Line (2012 and Later)
African mangoes wrote:
how do I run`chsh -s /bin/zsh`
To see you current shell:
echo $SHELL
you can copy and paste:
chsh -s /bin/zsh
from the instructions:
Use zsh as the default shell on your Mac
https://support.apple.com/en-us/HT208050
Apple—Change the default shell in Terminal on Mac
https://support.apple.com/guide/terminal/change-the-default-shell-trml113/2.10/mac/10.15
African mangoes wrote:
how do I run`chsh -s /bin/zsh`
To see you current shell:
echo $SHELL
you can copy and paste:
chsh -s /bin/zsh
from the instructions:
Use zsh as the default shell on your Mac
https://support.apple.com/en-us/HT208050
Apple—Change the default shell in Terminal on Mac
https://support.apple.com/guide/terminal/change-the-default-shell-trml113/2.10/mac/10.15
You can set the Login shell (the default shell in Terminal) 100% perfectly:
If you don't know anything about the command line, then just ignore it.
As leroydouglas mentions, you can change the shell using Terminal Preferences (see below).
- Pie Lover
Thank you now sorted
That’s the best answer I have seen yet! 😉
how do I run`chsh -s /bin/zsh`