[Solved] Installed OhMyZsh but its loading Bash

Two choices: 1) Change the user login default shell to zsh: chsh -s /bin/zsh See the man page for details: man chsh 2) Keep the login default shell, but assign zsh to one of your iTerm’s profile (assuming you want to do that to the default profile) Open iTerm Preferences Select your default profile (the … Read more

[Solved] Installed OhMyZsh but its loading Bash

Introduction If you have recently installed OhMyZsh but it is loading Bash instead, you may be feeling frustrated and confused. Don’t worry, this is a common issue and can be easily solved. In this article, we will discuss the steps you can take to get OhMyZsh up and running. We will also discuss some of … Read more