summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-04-26 21:28:45 +0200
committerxengineering <me@xengineering.eu>2022-04-26 21:28:45 +0200
commit2570421ea8127133a924828e99b0c81bcf52c62e (patch)
tree5d610228ead5afe4997ecf2e92297da458ccee30
parent4a5c1c6d7f989049a8b0742fa7d44293ac2faca7 (diff)
downloaddotfiles-2570421ea8127133a924828e99b0c81bcf52c62e.tar
dotfiles-2570421ea8127133a924828e99b0c81bcf52c62e.tar.zst
dotfiles-2570421ea8127133a924828e99b0c81bcf52c62e.zip
Update PATH
-rw-r--r--.bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index d9264f3..20c180e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -30,9 +30,10 @@ alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'"
GOPATH=$HOME/go
-PATH=$PATH:~/bin # legacy
-PATH=$PATH:~/.local/bin # based on cross desktop group specification:
+# extend PATH with my personal and public scripts (location based on XDG)
# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+PATH=$PATH:~/.local/bin/personal
+PATH=$PATH:~/.local/bin/public
export EDITOR=vim