aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-15 22:00:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-15 22:00:07 +1200
commit896f35481b1b86837bd8be8049432050b02e9241 (patch)
tree28ec2d192e50958c9ea94dd98a8bc63a3164d34c /sh
parentCorrect spelling mistake (diff)
downloaddotfiles-896f35481b1b86837bd8be8049432050b02e9241.tar.gz
dotfiles-896f35481b1b86837bd8be8049432050b02e9241.zip
Explicitly unset variables in profile
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 7e1f88c2..7f53ef5d 100644
--- a/sh/profile
+++ b/sh/profile
@@ -10,5 +10,5 @@ if [ -d "$HOME"/.profile.d ]; then
[ -f "$config" ] && . "$config"
done
fi
-unset config
+unset -v config