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 zsh
will 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/zsh
Thank you. Straightforward guide ever!
chsh -s /bin/bash username
This is my go-to article whenever I need to set up a machine with Zsh.
Fantastic article
After struggling to have this working on my machines with random guides from the internet... everything is much clearer now.
Very good explanation.
great
Thank you. It works for me.
What a wonderful post. Thanks to the Author.
Thank You!