|
|
@ -21,10 +21,6 @@ if [ -f ~/.bash/git-flow-completion ]; then
|
|
|
|
source ~/.bash/git-flow-completion
|
|
|
|
source ~/.bash/git-flow-completion
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f ~/.bash/prompt ]; then
|
|
|
|
|
|
|
|
source ~/.bash/prompt
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f ~/opt/bash/env ]; then
|
|
|
|
if [ -f ~/opt/bash/env ]; then
|
|
|
|
source ~/opt/bash/env
|
|
|
|
source ~/opt/bash/env
|
|
|
|
fi
|
|
|
|
fi
|
|
|
@ -43,3 +39,7 @@ fi
|
|
|
|
if [ -f /etc/bashrc ]; then
|
|
|
|
if [ -f /etc/bashrc ]; then
|
|
|
|
source /etc/bashrc
|
|
|
|
source /etc/bashrc
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f ~/.bash/prompt ]; then
|
|
|
|
|
|
|
|
source ~/.bash/prompt
|
|
|
|
|
|
|
|
fi
|
|
|
|