diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index a052e91e..28146d8b 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="{{BASH_IT}}"