diff --git a/zsh/.zshrc b/zsh/.zshrc index bbae840..69217dd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,3 +1,6 @@ +# fixing emacs TRAMP +[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return + setopt interactivecomments # allow comments in interactive mode setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’ setopt nonomatch # hide error message if there is no match for the pattern