Parcourir la source

Fix for WSL

master
10sr il y a 4 ans
Parent
révision
31adcaf66c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      profile

+ 3
- 1
profile Voir le fichier

@@ -24,7 +24,9 @@ export RUBYLIB="$RUBYLIB:$HOME/.local/lib/gems/lib"


# in my environment powerdown does not work
test -z "$DISPLAY" && test -z "$SSH_CONNECTION" && \
test -z "$DISPLAY" && \
test -z "$SSH_CONNECTION" && \
! (uname -r | grep Microsoft >/dev/null) &&\
type setterm >/dev/null 2>&1 && \
setterm -blank 30 -powersave on # -powerdown 10



Chargement…
Annuler
Enregistrer