added local path to PATH

master
BodgeMaster 2021-06-15 21:53:23 +02:00
parent 8222f204ca
commit 5c4f8c31a4
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
EDITOR=nano
# On FreeBSD this is being set for whatever reason in the other shell rc files. I'll leave it here for compatibility.
PAGER=less
# add a user-specific bin directory to PATH
PATH=$HOME/.local/bin:$PATH
export EDITOR PAGER
# CHECK INTERACTIVE