Selaa lähdekoodia

Fix rsu shell alias (recent versions of sudo do not preserve environnement by default).

Emmanuel Bouthenot 14 vuotta sitten
vanhempi
commit
b7b6dab599
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .zsh.d/config.d/alias.zsh

+ 1 - 1
.zsh.d/config.d/alias.zsh

@@ -40,7 +40,7 @@ alias q='clear;exit'
 alias grep="grep --color=tty"
 alias mgrep="grep --color=tty -rnisH"
 
-alias rsu="sudo zsh"
+alias rsu="sudo -E zsh"
 alias reload="exec zsh"
 
 #