diff --git a/site-modules/core/files/zshrc b/site-modules/core/files/zshrc index f240321..0a8d1d6 100644 --- a/site-modules/core/files/zshrc +++ b/site-modules/core/files/zshrc @@ -1,4 +1,7 @@ -# Path to your oh-my-zsh installation. +# +# Stop emacs tramp from hanging when working remotly +# +[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return # # Set oh-my-zsh path