From 19f174c006eb4ebf8947ca3b6326f5410db5df20 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 5 Apr 2016 15:25:36 -0700 Subject: [PATCH] Set prompt as last setting in bashrc file --- bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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