From b8eb706746af7ebcc99d96dcf8ff20d2203b523d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 11 Jun 2019 03:15:42 -0700 Subject: [PATCH] remove RPROMPT i added this many years ago so i could repeat commands by their history number, but i've never once done that. --- home/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/zshrc b/home/zshrc index 974b851..dd5e25e 100644 --- a/home/zshrc +++ b/home/zshrc @@ -144,7 +144,6 @@ fi function { if [[ "$TERM" != xterm* ]] && [[ "$TERM" != screen* ]]; then PROMPT="%# " - unset RPROMPT return fi @@ -164,7 +163,6 @@ function { # NOTE: i had ${s}10${e} here before, is it still necessary? PROMPT="%{$reset${s}%(?.${good}.${bad})${e}${s}97${e}%}%#%{$reset%} " - RPROMPT="%{${s}90${e}%}%h%{$reset%}" } TIMEFMT=$'\e[93m%*U/%*E cpu/real (%P), %MM mem:\e[36m %J\e[0m'