diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 5e877900..e7f92dd3 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -1,5 +1,11 @@ #!/usr/bin/env bash +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + # Path to the bash it configuration export BASH_IT="{{BASH_IT}}"