summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-03-28 13:02:51 -0400
committerAmin Bandali <bandali@kelar.org>2024-03-28 13:02:51 -0400
commit41d249ca548d15ca0b491313c50634069d5df1c4 (patch)
tree13157bb4b7a0d69501fe6859a200b9f32c31090e /.profile
parentb507b6d402da09d9389aaf353ac132d80132cc5f (diff)
downloadconfigs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.gz
configs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.xz
configs-41d249ca548d15ca0b491313c50634069d5df1c4.zip
Small changes
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