From 50b0d19839ec73a88661e009d9dc8857285db10b Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Wed, 26 Jan 2022 17:03:42 +0100 Subject: [PATCH] Zsh: Fix RPROMPT indentation --- zsh/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 853e78d..ccf3b5f 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -5,6 +5,7 @@ # Some variables PZ_PLUGIN_HOME="$ZDOTDIR/plugins" ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern regexp root line) +ZLE_RPROMPT_INDENT=0 # Load the .zsh files for file in $ZDOTDIR/*.zsh; do