summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-04-27 07:25:30 +0200
committerxengineering <me@xengineering.eu>2022-04-27 07:25:30 +0200
commitd30b0b3feee059468f7e301828932b3a931efea8 (patch)
treeeef87fb2808b45a57edcc20d87aaef3020865d34
parentd3d2a42058a1be13f35a7c4aad0b832fcff38cf0 (diff)
downloaddotfiles-d30b0b3feee059468f7e301828932b3a931efea8.tar
dotfiles-d30b0b3feee059468f7e301828932b3a931efea8.tar.zst
dotfiles-d30b0b3feee059468f7e301828932b3a931efea8.zip
Rename ~/.local/bin/personal to private
-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