Delay PATH until after DISTROBOX
This commit is contained in:
parent
ac4859f7a9
commit
5d98997075
|
@ -6,9 +6,6 @@ function last_command {
|
||||||
echo "${h##*([[:space:])+([[:digit:]])+([[:space:]])}"
|
echo "${h##*([[:space:])+([[:digit:]])+([[:space:]])}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configure PATH
|
|
||||||
source "$HOME/.dotfiles/bash/path"
|
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
case $- in
|
case $- in
|
||||||
*i*) ;;
|
*i*) ;;
|
||||||
|
@ -40,6 +37,9 @@ fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Configure PATH
|
||||||
|
source "$HOME/.dotfiles/bash/path"
|
||||||
|
|
||||||
|
|
||||||
# Load aliases
|
# Load aliases
|
||||||
if [ -f ${HOME}/.dotfiles/bash/bash_aliases ]; then
|
if [ -f ${HOME}/.dotfiles/bash/bash_aliases ]; then
|
||||||
|
|
Loading…
Reference in New Issue