changeset 389:2dd040318107

prompt: simplify prompt more when tramp is probably in use
author Augie Fackler <raf@durin42.com>
date Tue, 15 Mar 2016 10:44:10 -0400
parents c35759aceed4
children 4276071d7cf3 24d75bc4a3a1
files .shell.d/99.prompt.zsh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.shell.d/99.prompt.zsh
+++ b/.shell.d/99.prompt.zsh
@@ -70,6 +70,8 @@ if [[ $TERM == "dumb" ]]; then  # in ema
     unsetopt prompt_cr
     unsetopt prompt_subst
     unfunction preexec
+    PS1='$ '
+    RPS1=''
 else
     autoload -Uz async && async
     async_start_worker durin42_prompt -u -n