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
commit24d46e98c62f6e3d232887a1f4770fe6677ca889 (patch)
tree5d610228ead5afe4997ecf2e92297da458ccee30
parente3ab655946bdac0db6877431ecc091a952855b8b (diff)
downloaddotfiles-24d46e98c62f6e3d232887a1f4770fe6677ca889.tar
dotfiles-24d46e98c62f6e3d232887a1f4770fe6677ca889.tar.zst
dotfiles-24d46e98c62f6e3d232887a1f4770fe6677ca889.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