|
|
@ -32,6 +32,10 @@ if [[ $(whence -w prompt_powerlevel9k_setup) =~ "function" ]]; then
|
|
|
|
print -P "%F{red}We could not locate the installation path of powerlevel9k.%f"
|
|
|
|
print -P "%F{red}We could not locate the installation path of powerlevel9k.%f"
|
|
|
|
print -P "Please specify by setting %F{blue}POWERLEVEL9K_INSTALLATION_PATH%f (full path incl. file name) at the very beginning of your ~/.zshrc"
|
|
|
|
print -P "Please specify by setting %F{blue}POWERLEVEL9K_INSTALLATION_PATH%f (full path incl. file name) at the very beginning of your ~/.zshrc"
|
|
|
|
return 1
|
|
|
|
return 1
|
|
|
|
|
|
|
|
elif [[ -f "$POWERLEVEL9K_INSTALLATION_PATH" ]]; then
|
|
|
|
|
|
|
|
0="$POWERLEVEL9K_INSTALLATION_PATH"
|
|
|
|
|
|
|
|
elif [[ -d "$POWERLEVEL9K_INSTALLATION_PATH" ]]; then
|
|
|
|
|
|
|
|
0="${POWERLEVEL9K_INSTALLATION_PATH}/powerlevel9k.zsh-theme"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
0=$POWERLEVEL9K_INSTALLATION_PATH
|
|
|
|
0=$POWERLEVEL9K_INSTALLATION_PATH
|
|
|
|