surdeus преди 2 месеца
родител
ревизия
27570dd9eb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dot/file/profile

+ 1 - 1
dot/file/profile

@@ -8,7 +8,6 @@
 export ETC="$HOME/etc"
 export ENVDIR="$HOME/env"
 export SETENV="$ETC/setenv/sh" 
-test -r "$SETENV" && . "$SETENV" && setenv profile
 
 reload-profile(){
 	. $PROFILE
@@ -217,4 +216,5 @@ manf() {
 export GPG_TTY=$(tty)
 export SSH_TTY=$(tty)
 
+test -r "$SETENV" && . "$SETENV" && setenv profile