2023-04-21 08:59:58 +02:00
|
|
|
if (( $+commands[starship] )); then
|
2024-03-30 08:25:34 +01:00
|
|
|
# ignore oh-my-zsh theme
|
|
|
|
unset ZSH_THEME
|
|
|
|
|
2023-04-21 08:59:58 +02:00
|
|
|
eval "$(starship init zsh)"
|
|
|
|
else
|
|
|
|
echo '[oh-my-zsh] starship not found, please install it from https://starship.rs'
|
|
|
|
fi
|