summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 0d169b6..dbb36d5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -28,10 +28,9 @@ alias ikhal="ikhal; clear"
alias news="newsboat"
-# extend PATH with my private and public scripts (location based on XDG)
+# extend PATH by custom scripts (location based on XDG)
# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
-PATH=$PATH:~/.local/bin/private
-PATH=$PATH:~/.local/bin/public
+PATH=~/.local/bin:$PATH
parse_git_branch() {