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
commit1192996e25c4b144549579d371b90d53d7d472d9 (patch)
treef7192033483f70de424a4060489b039507fe7b79
parenta8bcf7d5c8883d40eea547c49e18fd63295aa19b (diff)
downloaddotfiles-1192996e25c4b144549579d371b90d53d7d472d9.tar
dotfiles-1192996e25c4b144549579d371b90d53d7d472d9.tar.zst
dotfiles-1192996e25c4b144549579d371b90d53d7d472d9.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() {