This commit is contained in:
Julien Palard 2018-08-12 11:51:32 +02:00
parent 16d4961f21
commit d5a0c7dede
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ shopt -s autocd 2>/dev/null # Only in bash 4
shopt -s globstar 2>/dev/null # Only in bash 4
shopt -s nocaseglob
if [ -n "$DISPLAY" ]; then
if [ -n "$DISPLAY" ]
then
xset b off
fi