From 9fa620ea16f0f6b073ef9d02c124f74f459c0246 Mon Sep 17 00:00:00 2001 From: Hyunchel Kim Date: Fri, 14 Aug 2015 11:34:37 -0500 Subject: [PATCH] Load bash_profile.bak --- template/bash_profile.template.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 9fda847e..f3abf83a 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Load previous profile +source $HOME/.bash_profile.bak + # Path to the bash it configuration export BASH_IT="$HOME/.bash_it"