diff --git a/bashrc b/bashrc index 1694985..8bbe045 100644 --- a/bashrc +++ b/bashrc @@ -21,10 +21,6 @@ if [ -f ~/.bash/git-flow-completion ]; then source ~/.bash/git-flow-completion fi -if [ -f ~/.bash/prompt ]; then - source ~/.bash/prompt -fi - if [ -f ~/opt/bash/env ]; then source ~/opt/bash/env fi @@ -43,3 +39,7 @@ fi if [ -f /etc/bashrc ]; then source /etc/bashrc fi + +if [ -f ~/.bash/prompt ]; then + source ~/.bash/prompt +fi