Suppress bash deprecation warning on MacOS

master
Jordan Atwood 2 years ago
parent 768bb97f12
commit 757b677235
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 3
      src/.bash_profile

@ -13,6 +13,9 @@ export HISTCONTROL=ignoreboth
export HISTSIZE=1000 export HISTSIZE=1000
export HISTFILESIZE=5000 export HISTFILESIZE=5000
# suppress bash deprecation warning on MacOS
export BASH_SILENCE_DEPRECATION_WARNING=1
# XDG # XDG
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"

Loading…
Cancel
Save