0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/starship
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

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