From 3e9c64d63f366351a01dd50d6831107977cbf5fb Mon Sep 17 00:00:00 2001 From: Ben Gesoff Date: Wed, 18 Nov 2020 16:41:32 +0000 Subject: [PATCH] Add starship shell prompt Added a cross-shell customisable prompt https://starship.rs/ to the list. Supports git statuses, custom plugins etc. Nice tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11e65db..27fe483 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [polyglot](https://github.com/agkozak/polyglot) - An informative Git prompt that works in bash, zsh, ksh, mksh, pdksh, dash, and busybox sh * [powerlevel10k](https://github.com/romkatv/powerlevel10k) - Super flexible awesome powerline ZSH theme * [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches +* [starship](https://starship.rs/) - Fast, customisable, cross-shell prompt written in rust * [synth-shell](https://github.com/andresgongora/synth-shell) - Greeter with a customizable status report and a fancy bash prompt ## For Developers