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