From d30b0b3feee059468f7e301828932b3a931efea8 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Apr 2022 07:25:30 +0200 Subject: Rename ~/.local/bin/personal to private --- .bashrc | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2