added path to export

master
BodgeMaster 2021-06-16 01:55:33 +02:00
parent 5c4f8c31a4
commit fe3bcc260e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ EDITOR=nano
PAGER=less
# add a user-specific bin directory to PATH
PATH=$HOME/.local/bin:$PATH
export EDITOR PAGER
export EDITOR PAGER PATH
# CHECK INTERACTIVE
# =================