Hacker News new | ask | show | jobs
by Bantros 2218 days ago
Any benefits to switching to ZSH in Catalina? The prompt every time I open the command line is annoying me
1 comments

After avoiding it for a long time, I recently switched to ZSH with oh-my-zsh and I really like it.

But if you're not ready to switch yet and still want to use bash for now, set this to remove the deprecation warning:

export BASH_SILENCE_DEPRECATION_WARNING=1

Ah thanks