# HG changeset patch # User Augie Fackler # Date 1458053050 14400 # Node ID 2dd0403181077b97b87d66dc02bb5b0533996c9b # Parent c35759aceed4138a6a609f455b9989f70e048a39 prompt: simplify prompt more when tramp is probably in use diff --git a/.shell.d/99.prompt.zsh b/.shell.d/99.prompt.zsh --- 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