diff --git a/zsh/.zshrc b/zsh/.zshrc index d461034..91ca4c1 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,3 +1,6 @@ +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + # Export our directory to Termite for opening new terminals if { [[ "$TERM" =~ xterm.* ]]; }; then source ~/.scripts/term-title