Don't warn about bash deprecation on MacOS
This commit is contained in:
parent
89c181ee07
commit
9954e482b4
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ export PAPERSIZE=a4
|
|||
export POWERSHELL_TELEMETRY_OPTOUT=1
|
||||
export PYTHONWARNINGS=ignore::UserWarning
|
||||
|
||||
if [ "$(uname -s)" == "Darwin" ]
|
||||
then
|
||||
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||
fi
|
||||
|
||||
# Override this in ~/.config/bashrc or ~/.ssh/config.
|
||||
export LIBVIRT_DEFAULT_URI="qemu+ssh://vmhost/system"
|
||||
|
||||
|
|
Loading…
Reference in a new issue