فهرست منبع

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

Emmanuel Bouthenot 14 سال پیش
والد
کامیت
b7b6dab599
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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"
 
 #