mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
remove RPROMPT
i added this many years ago so i could repeat commands by their history number, but i've never once done that.
This commit is contained in:
parent
3d61c2eee4
commit
b8eb706746
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue