Skip to content

Commit 85cedcc

Browse files
.exports: Hide zsh warning on macOS
1 parent 13e29f4 commit 85cedcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.exports

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ export MANPAGER='less -X';
3232
# Avoid issues with `gpg` as installed via Homebrew.
3333
# https://stackoverflow.com/a/42265848/96656
3434
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

Comments
 (0)