summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 55ad595..1f12704 100644
--- a/.profile
+++ b/.profile
@@ -90,7 +90,7 @@ for p in $MY_GUIX_PROFILES/*; do
unset profile
done
-export PATH="$HOME/u/local/bin:$HOME/.local/bin:$PATH"
+export PATH="$HOME/.local/bin:$PATH"
# start an ssh-agent (with guix's openssh)
if [ -z "$IS_GUIX_SYSTEM" ]; then