From 27570dd9eb2cc44265d23f622be432bab26db539 Mon Sep 17 00:00:00 2001 From: surdeus Date: Sat, 17 Aug 2024 04:43:04 +0500 Subject: [PATCH] ... --- dot/file/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/file/profile b/dot/file/profile index 82d1ee1..5396a6e 100755 --- a/dot/file/profile +++ b/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