From e6ce109cb800c5ea0cd10eec067b1be0d4a27957 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Fri, 17 Nov 2017 12:10:40 +0200 Subject: [PATCH] Add tramp-compatible startup. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) 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