diff options
author | xengineering <me@xengineering.eu> | 2022-04-26 21:28:45 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-04-26 21:28:45 +0200 |
commit | 24d46e98c62f6e3d232887a1f4770fe6677ca889 (patch) | |
tree | 5d610228ead5afe4997ecf2e92297da458ccee30 | |
parent | e3ab655946bdac0db6877431ecc091a952855b8b (diff) | |
download | dotfiles-24d46e98c62f6e3d232887a1f4770fe6677ca889.tar dotfiles-24d46e98c62f6e3d232887a1f4770fe6677ca889.tar.zst dotfiles-24d46e98c62f6e3d232887a1f4770fe6677ca889.zip |
Update PATH
-rw-r--r-- | .bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |