mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Silence deprecation warning
This commit is contained in:
parent
8acf539dc8
commit
e317caaa8f
1 changed files with 3 additions and 0 deletions
3
bash/rc
3
bash/rc
|
|
@ -42,4 +42,7 @@ shopt -s cdspell
|
||||||
# turn off distractive bells
|
# turn off distractive bells
|
||||||
set bell-style none
|
set bell-style none
|
||||||
|
|
||||||
|
# disable deprecation warning
|
||||||
|
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue