add ~/.local/bin to path

This commit is contained in:
Thomas Ruoff
2021-10-29 23:56:27 +02:00
parent b73a0ae2ff
commit eb3137ddf4

View File

@@ -1,4 +1,4 @@
# ensure local bin directory is loaded first # ensure local bin directory is loaded first
PATH="$HOME/bin:$PATH" PATH="$HOME/bin:$HOME/.local/bin:$PATH"
export -U PATH export -U PATH