From 1bee0c04910b4793c4270031867a4fb59b335c08 Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Tue, 9 Jan 2018 14:22:07 +0200 Subject: [PATCH] fix emacs tramp hanging --- zshrc | 2 ++ 1 file changed, 2 insertions(+) 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