aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc2
-rw-r--r--sh/profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index b8fb1186..77c2abd8 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -76,6 +76,6 @@ if [[ -d $HOME/.bashrc.d ]] ; then
for config in "$HOME"/.bashrc.d/*.bash ; do
source "$config"
done
+ unset -v config
fi
-unset -v config
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