From fc04c0e9ad545fafd7d379cc5db7569e6b90af60 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Feb 2017 09:45:35 +1300 Subject: Condense ENV_EXT hack, unset it --- sh/shrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/shrc b/sh/shrc index 879c8947..33c55e8f 100644 --- a/sh/shrc +++ b/sh/shrc @@ -20,5 +20,6 @@ for sh in "$HOME"/.shrc.d/*.sh ; do done unset -v sh -# If ENV_EXT was set and exists, source that too +# If ENV_EXT was set and exists, source that too, then clean it away [ -e "$ENV_EXT" ] && . "$ENV_EXT" +unset -v ENV_EXT -- cgit v1.2.3