diff options
author | xengineering <me@xengineering.eu> | 2022-08-03 15:24:10 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-03 15:24:10 +0200 |
commit | 3b677f88ea72e8fe6a5075c3ad0de23f095b50bf (patch) | |
tree | f7192033483f70de424a4060489b039507fe7b79 | |
parent | a2bf8804d5a7658f5ecbd435e4fb0fa635419cc6 (diff) | |
download | dotfiles-3b677f88ea72e8fe6a5075c3ad0de23f095b50bf.tar dotfiles-3b677f88ea72e8fe6a5075c3ad0de23f095b50bf.tar.zst dotfiles-3b677f88ea72e8fe6a5075c3ad0de23f095b50bf.zip |
Just add ~/.local/bin to $PATH in Bash
-rw-r--r-- | .bashrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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() { |