Skip to content

Commit 4312f61

Browse files
mathiasbynensAnkit Tyagi
authored andcommitted
.exports: Hide zsh warning on macOS
1 parent 4497034 commit 4312f61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.exports

Lines changed: 3 additions & 0 deletions
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)