diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-24 07:13:20 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-24 07:13:20 +0200 |
commit | ae56946206235b8b6f30a184d29a41cc5dcc39ca (patch) | |
tree | 52b3c2bb08ecaeaf50a750e6f07606e2022923c8 /Common/p10k.zsh | |
parent | 763df8e9d428422d7db6fe157dd8f14656aba6e2 (diff) | |
download | dotfiles-ae56946206235b8b6f30a184d29a41cc5dcc39ca.tar.gz dotfiles-ae56946206235b8b6f30a184d29a41cc5dcc39ca.zip |
Neovim things
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 |