aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc')
-rw-r--r--sh/shrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/shrc b/sh/shrc
index 8bbc5147..8a6c0062 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -19,3 +19,6 @@ for sh in "$HOME"/.shrc.d/*.sh ; do
[ -e "$sh" ] && . "$sh"
done
unset -v sh
+
+# If ENV_EXT was set and exists, source that too
+[ -f "$ENV_EXT" ] && . "$ENV_EXT"