aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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