summaryrefslogtreecommitdiff
path: root/plugins/starship/starship.plugin.zsh
blob: fc415e64cc0e4310a1a1eb76a458623f5df5a3a4 (plain)
1
2
3
4
5
6
7
8
if (( $+commands[starship] )); then
  # ignore oh-my-zsh theme
  unset ZSH_THEME

  eval "$(starship init zsh)"
else
  echo '[oh-my-zsh] starship not found, please install it from https://starship.rs'
fi