We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e29f4 commit 85cedccCopy full SHA for 85cedcc
.exports
@@ -32,3 +32,6 @@ export MANPAGER='less -X';
32
# Avoid issues with `gpg` as installed via Homebrew.
33
# https://stackoverflow.com/a/42265848/96656
34
export GPG_TTY=$(tty);
35
+
36
+# Hide the “default interactive shell is now zsh” warning on macOS.
37
+export BASH_SILENCE_DEPRECATION_WARNING=1;
0 commit comments