diff --git a/roles/dotfiles/templates/bash_profile.j2 b/roles/dotfiles/templates/bash_profile.j2 index 53d06aa..51182b0 100644 --- a/roles/dotfiles/templates/bash_profile.j2 +++ b/roles/dotfiles/templates/bash_profile.j2 @@ -1,4 +1,6 @@ # Automatically deploy dotfiles on login -~/dots/dotinstall.sh > /dev/null 2>&1 +if [ ! -e ~/.config/dot_profile.example ]; then + ~/dots/dotinstall.sh > /dev/null 2>&1 +fi source ~/.profile