aboutsummaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-28 08:45:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-28 08:45:51 +1200
commitb84cc68988952d2b5c51f7ae44700cdd4cb90fb9 (patch)
tree56e27d04f46334a813ca9189468478cb613803f0 /sh/profile
parentTidy .gitmodules file (diff)
downloaddotfiles-b84cc68988952d2b5c51f7ae44700cdd4cb90fb9.tar.gz
dotfiles-b84cc68988952d2b5c51f7ae44700cdd4cb90fb9.zip
Remove redundant export call for PATH
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index 0440ee71..9219ac38 100644
--- a/sh/profile
+++ b/sh/profile
@@ -2,7 +2,6 @@
if [ -d "$HOME"/.local/bin ] ; then
PATH="$HOME"/.local/bin:"$PATH"
fi
-export PATH
# Load all supplementary scripts in ~/.profile.d
if [ -d "$HOME"/.profile.d ] ; then