summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-08-03 15:24:10 +0200
committerxengineering <me@xengineering.eu>2022-08-03 15:24:10 +0200
commit3b677f88ea72e8fe6a5075c3ad0de23f095b50bf (patch)
treef7192033483f70de424a4060489b039507fe7b79
parenta2bf8804d5a7658f5ecbd435e4fb0fa635419cc6 (diff)
downloaddotfiles-3b677f88ea72e8fe6a5075c3ad0de23f095b50bf.tar
dotfiles-3b677f88ea72e8fe6a5075c3ad0de23f095b50bf.tar.zst
dotfiles-3b677f88ea72e8fe6a5075c3ad0de23f095b50bf.zip
Just add ~/.local/bin to $PATH in Bash
-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() {