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"