ohmyzsh/plugins/starship
Masaru Iritani 62a76353ab
fix(starship): keep `ZSH_THEME` if not installed (#12309)
2024-03-30 08:25:34 +01:00
..
README.md feat(starship): create plugin (#10947) 2023-04-21 08:59:58 +02:00
starship.plugin.zsh fix(starship): keep `ZSH_THEME` if not installed (#12309) 2024-03-30 08:25:34 +01:00

README.md

starship plugin

Initializes starship prompt - a minimal, blazing-fast and infinitely customizable cross-shell prompt.

Demo

External repository for this zsh plugin.

Installation

Note: you have to install starship first.

oh-my-zsh

Add starship to the plugins array in your .zshrc file:

plugins=(... starship)

⚠️ ENABLING THIS PLUGIN WILL UNSET YOUR ZSH_THEME VARIABLE