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 | 1192996e25c4b144549579d371b90d53d7d472d9 (patch) | |
| tree | f7192033483f70de424a4060489b039507fe7b79 | |
| parent | a8bcf7d5c8883d40eea547c49e18fd63295aa19b (diff) | |
| download | dotfiles-1192996e25c4b144549579d371b90d53d7d472d9.tar dotfiles-1192996e25c4b144549579d371b90d53d7d472d9.tar.zst dotfiles-1192996e25c4b144549579d371b90d53d7d472d9.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() { |
