0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/starship
Andrew Xie 07454029bd
feat(starship): create plugin (#10947)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-21 08:59:58 +02:00
..
README.md feat(starship): create plugin (#10947) 2023-04-21 08:59:58 +02:00
starship.plugin.zsh feat(starship): create plugin (#10947) 2023-04-21 08:59:58 +02: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