From fcffefd17b1e679228257fc504bbdf3179113d74 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 27 Feb 2021 11:42:24 +0100 Subject: Current status --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') 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 -- cgit v1.2.1