Skip Navigation

Moving to zsh - MacOS Catalina

Have you recently updated your OS MacOS Catalina and realized that your Terminal or iterm is no longer using your alias or color theme that you setup? I have a super easy fix for you Zsh is not bash so you need to change your .bash_profile to .zprofile. Run the command below for a quick change, it's just a simple rename.
mv .bash_profile .zprofile

Related Snippets

See all