Update the packages
sudo apt-get update
sudo apt upgrade
Enter fullscreen mode
Exit fullscreen mode
Install ...
For further actions, you may consider blocking this person and/or reporting abuse
exec zshwill also workFor AWS Lightsail users, this one worked for me:
sudo chsh -s /usr/bin/zsh $(whoami)Better post about zsh and oh my zsh that i've ever seen.
chsh -s /usr/bin/zshgreat
Thank you. Straightforward guide ever!
This is my go-to article whenever I need to set up a machine with Zsh.
Fantastic article
chsh -s /bin/bash username
After struggling to have this working on my machines with random guides from the internet... everything is much clearer now.
Very good explanation.
Thank you. It works for me.
What a wonderful post. Thanks to the Author.
Thank You!