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