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