refactor(zsh): hide instant prompt warning for p10k

This commit is contained in:
Price Hiller 2023-08-18 23:57:15 -05:00
parent 3860d53065
commit 3e6a5725aa
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -20,6 +20,7 @@ configure() {
init() {
local wkdir="${BASE_ZSH_CONFIG_DIR}/config/themes"
configure
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
source "${wkdir}/powerlevel10k/powerlevel10k.zsh-theme"
}