diff --git a/bash/.bashrc b/bash/.bashrc index eecd54f..05732cf 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -32,6 +32,9 @@ shopt -s cmdhist # match all files and zero or more directories and subdirectories. #shopt -s globstar +# Add ~/bin to path variable +export PATH=$PATH:$HOME/bin + # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" diff --git a/update.sh b/bin/bin/update similarity index 100% rename from update.sh rename to bin/bin/update