# HG changeset patch # User Steve Huston # Date 1610138077 18000 # Node ID effc1e0edb497e3f2fa5871ea48816dc4523fb34 # Parent 283c952b04553bb1f7580de6bf2e51e25c36cfad Stop telling me about zsh plz kthx diff -r 283c952b0455 -r effc1e0edb49 .bashrc --- a/.bashrc Fri Jan 08 14:40:47 2021 -0500 +++ b/.bashrc Fri Jan 08 15:34:37 2021 -0500 @@ -3,6 +3,14 @@ # $HOME/.bash_profile, the end result is that this file is sourced for all # shells. +# macOS 10.15 (Catalina) and further changed the default shell to zsh. While +# it may be a simple transition, I've seen too many problems with zsh to want +# to change yet. So this will tell the machine to not bother me about it when +# opening new terminal windows. It really should be in ~/.bash_profile but +# then existing screen sessions won't get the message, and it doesn't hurt to +# be here anyway. + +export BASH_SILENCE_DEPRECATION_WARNING=1 # Source global definitions if [ -f /etc/bashrc ]; then