Tweak $PATH exports

This commit is contained in:
powermaker450 2024-08-28 22:02:31 +00:00
parent 466be7823b
commit 57556b178b

View file

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