Created
May 28, 2020 09:06
-
-
Save ERPedersen/c317fed253fe3130a087e86932c1e98c to your computer and use it in GitHub Desktop.
Silence bash deprecation warning (MacOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Silence bash deprecation warning (MacOS) | |
export BASH_SILENCE_DEPRECATION_WARNING=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment