diff options
Diffstat (limited to 'user-profiles/zsh/p10k.zsh')
-rw-r--r-- | user-profiles/zsh/p10k.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user-profiles/zsh/p10k.zsh b/user-profiles/zsh/p10k.zsh index e1482036..d0dda29c 100644 --- a/user-profiles/zsh/p10k.zsh +++ b/user-profiles/zsh/p10k.zsh | |||
@@ -1575,5 +1575,3 @@ 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 | ||