comparison .bashrc @ 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 a20525b2ef00
children 335b0fba60a8
comparison
equal deleted inserted replaced
213:283c952b0455 214:effc1e0edb49
1 # This file is sourced for shells which are interactive but not a 1 # This file is sourced for shells which are interactive but not a
2 # login shell; however, since it is also sourced within 2 # login shell; however, since it is also sourced within
3 # $HOME/.bash_profile, the end result is that this file is sourced for all 3 # $HOME/.bash_profile, the end result is that this file is sourced for all
4 # shells. 4 # shells.
5 5
6 # macOS 10.15 (Catalina) and further changed the default shell to zsh. While
7 # it may be a simple transition, I've seen too many problems with zsh to want
8 # to change yet. So this will tell the machine to not bother me about it when
9 # opening new terminal windows. It really should be in ~/.bash_profile but
10 # then existing screen sessions won't get the message, and it doesn't hurt to
11 # be here anyway.
12
13 export BASH_SILENCE_DEPRECATION_WARNING=1
6 14
7 # Source global definitions 15 # Source global definitions
8 if [ -f /etc/bashrc ]; then 16 if [ -f /etc/bashrc ]; then
9 . /etc/bashrc 17 . /etc/bashrc
10 fi 18 fi