diff options
Diffstat (limited to 'user-profiles/zsh')
-rw-r--r-- | user-profiles/zsh/p10k.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user-profiles/zsh/p10k.zsh b/user-profiles/zsh/p10k.zsh index d0dda29c..e1482036 100644 --- a/user-profiles/zsh/p10k.zsh +++ b/user-profiles/zsh/p10k.zsh | |||
@@ -1575,3 +1575,5 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} | |||
1575 | 1575 | ||
1576 | (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} | 1576 | (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} |
1577 | 'builtin' 'unset' 'p10k_config_opts' | 1577 | 'builtin' 'unset' 'p10k_config_opts' |
1578 | |||
1579 | tput cup $LINES 0 | ||