Zsh: Fix RPROMPT indentation
This commit is contained in:
parent
60285a778b
commit
50b0d19839
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue