starship.plugin.zsh 204 B

12345678
  1. if (( $+commands[starship] )); then
  2. # ignore oh-my-zsh theme
  3. unset ZSH_THEME
  4. eval "$(starship init zsh)"
  5. else
  6. echo '[oh-my-zsh] starship not found, please install it from https://starship.rs'
  7. fi