Install Z-shell (Oh My Zsh) on Ubuntu 18.04 LTS Santhosh Veer on October 04, 2018 Update the packages sudo apt-get update sudo apt upgrade Enter fullscreen mode Exit fullscreen mode Install ... Read full post Collapse Expand Comment deleted Collapse Expand JT McHorse JT McHorse JT McHorse Follow Joined Oct 16, 2019 • Oct 23 '19 Dropdown menu Copy link Hide exec zsh will also work Collapse Expand Zulhilmi Zainudin Zulhilmi Zainudin Zulhilmi Zainudin Follow Location Kuala Lumpur, Malaysia Work DevOps Lead at HelloGold Joined Feb 7, 2020 • Feb 7 '20 Dropdown menu Copy link Hide For AWS Lightsail users, this one worked for me: sudo chsh -s /usr/bin/zsh $(whoami) Collapse Expand Ruan Ruan Ruan Follow Eats everything, doesn't complain about anything, and doesn't start talking in the morning. Location Brazil Work Developer at Edulabzz Joined Jan 22, 2020 • Jan 22 '20 Dropdown menu Copy link Hide Better post about zsh and oh my zsh that i've ever seen. Collapse Expand Akash Akash Akash Follow Location Kanha Village Joined Jun 8, 2019 • Jan 25 '20 Dropdown menu Copy link Hide chsh -s /usr/bin/zsh Collapse Expand a_m_dev a_m_dev a_m_dev Follow Joined Nov 26, 2019 • Nov 26 '19 Dropdown menu Copy link Hide chsh -s /bin/bash username Collapse Expand Suryaa Jha Suryaa Jha Suryaa Jha Follow I am really interested in learning computer science stuff and looking ahead to write some stuff soon Location Pune, Maharashtra, India Work Student at Student Joined Oct 10, 2019 • Feb 16 '20 Dropdown menu Copy link Hide This is my go-to article whenever I need to set up a machine with Zsh. Fantastic article Collapse Expand mohammadreza berneti mohammadreza berneti mohammadreza berneti Follow Joined Mar 12, 2020 • Mar 12 '20 Dropdown menu Copy link Hide great Collapse Expand Ivan dos Reis Andrade Ivan dos Reis Andrade Ivan dos Reis Andrade Follow Full Stack Developer Location United Kingdom Work Mr at Sykes Cottages Joined Mar 4, 2020 • Mar 4 '20 Dropdown menu Copy link Hide After struggling to have this working on my machines with random guides from the internet... everything is much clearer now. Very good explanation. Collapse Expand Rong Sen Ng Rong Sen Ng Rong Sen Ng Follow Web dev in the wild. Hit me up to talk more about web technology. Joined Sep 17, 2018 • Jun 13 '19 Dropdown menu Copy link Hide Thank you. Straightforward guide ever! Collapse Expand Sunday Ezeilo Sunday Ezeilo Sunday Ezeilo Follow Embedded Systems | Software | Full Stack Location Kaduna, Nigeria Education B Eng. Elect/Elect Engineering Work Embedded System Engineer at Nigerian Defence Academy Joined May 11, 2020 • May 11 '20 Dropdown menu Copy link Hide What a wonderful post. Thanks to the Author. Collapse Expand Listiananda Apriliawan Listiananda Apriliawan Listiananda Apriliawan Follow I am a coding enthusiast with a particular interest in JavaScript, React, and React Native. Location Indonesia Joined Feb 22, 2020 • Feb 22 '20 Dropdown menu Copy link Hide Thank you. It works for me. Collapse Expand landileite landileite landileite Follow a man with a young spirit, trying to learn Location Sao Paulo - Brazil Work Test Analyst at NetCracker Joined Jul 6, 2020 • Jul 6 '20 Dropdown menu Copy link Hide Thank You! Code of Conduct • Report abuse 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
chsh -s /bin/bash username
This is my go-to article whenever I need to set up a machine with Zsh.
Fantastic article
great
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. Straightforward guide ever!
What a wonderful post. Thanks to the Author.
Thank you. It works for me.
Thank You!