Add ~/.local/bin to $PATH

This commit is contained in:
powermaker450 2024-08-09 17:31:58 -04:00
parent e38cf23aa4
commit 0813162ab3

View file

@ -1 +1,2 @@
export PATH="/opt/bin:$PATH" export PATH="/opt/bin:$PATH"
export PATH="~/.local/bin/:$PATH"