aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index 189f456a..f34f53cc 100644
--- a/sh/profile
+++ b/sh/profile
@@ -8,6 +8,6 @@ if [ -d "$HOME"/.profile.d ] ; then
for config in "$HOME"/.profile.d/*.sh ; do
. "$config"
done
+ unset -v config
fi
-unset -v config