summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 132f8d2..b8db0f6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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