aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-xinternal/p10k.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 6f97e4cf..eef6da58 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -27,13 +27,6 @@ if ! autoload -U is-at-least || ! is-at-least 5.1; then
return 1
fi
-if (( $+_P9K_SOURCED )); then
- prompt_powerlevel9k_setup
- return
-fi
-
-readonly _P9K_SOURCED=1
-
source "${_p9k_installation_dir}/functions/utilities.zsh"
source "${_p9k_installation_dir}/functions/icons.zsh"
source "${_p9k_installation_dir}/functions/colors.zsh"