diff --git a/bash/bashrc b/bash/bashrc index 5f46fbb1c..099f4c9ca 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -6,9 +6,6 @@ function last_command { echo "${h##*([[:space:])+([[:digit:]])+([[:space:]])}" } -# Configure PATH -source "$HOME/.dotfiles/bash/path" - # If not running interactively, don't do anything case $- in *i*) ;; @@ -40,6 +37,9 @@ fi fi +# Configure PATH +source "$HOME/.dotfiles/bash/path" + # Load aliases if [ -f ${HOME}/.dotfiles/bash/bash_aliases ]; then