Disable deprecation-message for bash on macos
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -7,6 +7,9 @@ export XDG_STATE_HOME=$HOME/.local/state
|
|||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
|
# Shut off deprecation warning of bash in mac
|
||||||
|
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||||
|
|
||||||
if [ -d /etc/skel/.bashrc ]
|
if [ -d /etc/skel/.bashrc ]
|
||||||
then
|
then
|
||||||
source /etc/skel/.bashrc
|
source /etc/skel/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user