|
|
|
@ -14,13 +14,15 @@ if [[ ! "${BASH_VERSION}" = "3.2*" ]]; then
|
|
|
|
|
shopt -s autocd
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/bash"
|
|
|
|
|
|
|
|
|
|
source-file /etc/bash_completion
|
|
|
|
|
source-file ~/.bash/environment
|
|
|
|
|
source-file ~/.bash/aliases
|
|
|
|
|
source-file ~/.bash/functions
|
|
|
|
|
source-file ~/.bash/path
|
|
|
|
|
source-file ~/.bash/prompt
|
|
|
|
|
source-file ~/.bash/completion
|
|
|
|
|
source-file "${CONFIG}/environment.sh"
|
|
|
|
|
source-file "${CONFIG}/aliases.sh"
|
|
|
|
|
source-file "${CONFIG}/functions.sh"
|
|
|
|
|
source-file "${CONFIG}/path.sh"
|
|
|
|
|
source-file "${CONFIG}/prompt.sh"
|
|
|
|
|
source-file "${CONFIG}/completion.sh"
|
|
|
|
|
source-file ~/opt/bash/env
|
|
|
|
|
|
|
|
|
|
unset -f source-file
|