diff --git a/.emacs.d/options.el b/.emacs.d/options.el index 9cd331d..364075f 100644 --- a/.emacs.d/options.el +++ b/.emacs.d/options.el @@ -1,4 +1,6 @@ (setq + ;; Set tramp terminal type + tramp-terminal-type "tramp" ;; Mode-line ;; Mnemonics for eol eol-mnemonic-unix "(Unix)" diff --git a/.zshrc b/.zshrc index c57b411..cc17162 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,8 @@ . ~/.profile + +# Set prompt for tramp +[[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return + # Path to your oh-my-zsh installation. ZSH=/usr/share/oh-my-zsh/