Hacker News new | ask | show | jobs
by thamer 2218 days ago
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

1 comments

Ah thanks