diff options
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,9 +25,9 @@ alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'" -# extend PATH with my personal and public scripts (location based on XDG) +# extend PATH with my private 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/private PATH=$PATH:~/.local/bin/public |