summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-02-27 11:42:24 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-02-27 11:42:24 +0100
commitfcffefd17b1e679228257fc504bbdf3179113d74 (patch)
tree08c344e217fb6e35a07d9d24bc2cd734cf908b78 /bashrc
parentb7eafd6b952466fe19b198b461f3e98b543dcba9 (diff)
Current status
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