use ~/.local/bin as local path

This commit is contained in:
Jason Swank 2023-11-08 11:41:37 -05:00
parent 6b0bd501fe
commit 5ea12203a6

View File

@ -5,4 +5,4 @@ export PAGER=less
export LESS=RX # R for ANSI color sequences, X to not clear screen on exit export LESS=RX # R for ANSI color sequences, X to not clear screen on exit
export TMPDIR=/var/tmp export TMPDIR=/var/tmp
export PS1="\w $ " export PS1="\w $ "
export PATH=${PATH}:~/bin export PATH=${PATH}:~/.local/bin