diff --git a/zshrc b/zshrc index abed7bf..e4b1fda 100644 --- a/zshrc +++ b/zshrc @@ -1,3 +1,5 @@ +[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return + echo "Loading zgen..." source ~/bin/zgen/zgen.zsh