diff --git a/88-prompt.zsh b/88-prompt.zsh index 9249ee6..242a801 100644 --- a/88-prompt.zsh +++ b/88-prompt.zsh @@ -1,6 +1,11 @@ # shellcheck shell=bash # vim: ft=sh +if command -v starship >/dev/null; then + eval "$(starship init zsh)" + return +fi + if is-at-least 5.3; then zinit ice depth"1" # git clone depth zinit light romkatv/powerlevel10k