From 1f4fec71be07e4e45a70d8c8f5717e547d87c188 Mon Sep 17 00:00:00 2001 From: Erin Date: Mon, 6 May 2024 01:35:25 -0400 Subject: [PATCH] ZLE_RPROMPT_INDENT=0 --- zsh/.config/zsh/config.d/30_prompts.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/config.d/30_prompts.zsh b/zsh/.config/zsh/config.d/30_prompts.zsh index 4197c04..a1c2f48 100644 --- a/zsh/.config/zsh/config.d/30_prompts.zsh +++ b/zsh/.config/zsh/config.d/30_prompts.zsh @@ -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