]> arthur.barton.de Git - ax-zsh.git/blob - themes/starship.axzshtheme
New "lsd" plugin
[ax-zsh.git] / themes / starship.axzshtheme
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # starship.axzshtheme: Enable extnerl "Starship" Theme
3 # see <https://starship.rs/>
4
5 if (( $+commands[starship] )); then
6         eval "$(starship init zsh)"
7 else
8         echo "Oops, starship(1) command not found, can't enable Starship prompt!" >&2
9 fi