starship.plugin.zsh 200 B

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