added local path to PATH
parent
8222f204ca
commit
5c4f8c31a4
|
@ -7,7 +7,8 @@
|
||||||
EDITOR=nano
|
EDITOR=nano
|
||||||
# On FreeBSD this is being set for whatever reason in the other shell rc files. I'll leave it here for compatibility.
|
# On FreeBSD this is being set for whatever reason in the other shell rc files. I'll leave it here for compatibility.
|
||||||
PAGER=less
|
PAGER=less
|
||||||
|
# add a user-specific bin directory to PATH
|
||||||
|
PATH=$HOME/.local/bin:$PATH
|
||||||
export EDITOR PAGER
|
export EDITOR PAGER
|
||||||
|
|
||||||
# CHECK INTERACTIVE
|
# CHECK INTERACTIVE
|
||||||
|
|
Loading…
Reference in New Issue