summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index af89809..36009fc 100644
--- a/bashrc
+++ b/bashrc
@@ -121,4 +121,7 @@ shopt -s checkwinsize
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# }}}
+# {{{ PATH again
+PATH=~/.local/bin:"${PATH}"
+# }}}
export EDITOR PATH

Contact - Imprint