From 24d46e98c62f6e3d232887a1f4770fe6677ca889 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 26 Apr 2022 21:28:45 +0200 Subject: Update PATH --- .bashrc | 5 +++-- 1 file 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 -- cgit v1.2.3-70-g09d2