Delay PATH until after DISTROBOX

This commit is contained in:
John Mertz 2024-01-31 22:34:45 -07:00
parent ac4859f7a9
commit 5d98997075
1 changed files with 3 additions and 3 deletions

View File

@ -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