meant to swith long ago to $HOME/bin

This commit is contained in:
Thomas Ruoff
2021-05-07 13:42:29 +02:00
parent b71cabdfc5
commit b7e876edf9

View File

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