diff options
Diffstat (limited to 'Common/p10k.zsh')
-rw-r--r-- | Common/p10k.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/p10k.zsh b/Common/p10k.zsh index cff23b2..ccc6565 100644 --- a/Common/p10k.zsh +++ b/Common/p10k.zsh @@ -1632,3 +1632,5 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' + +typeset -g ZLE_RPROMPT_INDENT=0 |