ZLE_RPROMPT_INDENT=0

This commit is contained in:
Erin 2024-05-06 01:35:25 -04:00
parent 4dac47ebf1
commit 1f4fec71be
Signed by: erin
SSH key fingerprint: SHA256:clvLPaxKthBet+VUQTKQdDkjaqg2/KnYHQaPASp5pFE

View file

@ -94,3 +94,6 @@ function build_rprompt {
# always unset $timer for the next run
unset rprompt_exec_timer
}
# get rid of useless right-side space
export ZLE_RPROMPT_INDENT=0