Mercurial > index.cgi > dotfiles
changeset 214:effc1e0edb49
Stop telling me about zsh plz kthx
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Fri, 08 Jan 2021 15:34:37 -0500 |
parents | 283c952b0455 |
children | c35da750af7a |
files | .bashrc |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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