Zsh: Fix RPROMPT indentation

This commit is contained in:
the_4n0nym0u53 2022-01-26 17:03:42 +01:00
parent 60285a778b
commit 50b0d19839
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -5,6 +5,7 @@
# Some variables # Some variables
PZ_PLUGIN_HOME="$ZDOTDIR/plugins" PZ_PLUGIN_HOME="$ZDOTDIR/plugins"
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern regexp root line) ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern regexp root line)
ZLE_RPROMPT_INDENT=0
# Load the .zsh files # Load the .zsh files
for file in $ZDOTDIR/*.zsh; do for file in $ZDOTDIR/*.zsh; do