Add starship shell prompt

Added a cross-shell customisable prompt https://starship.rs/ to the list. Supports git statuses, custom plugins etc. Nice tool
This commit is contained in:
Ben Gesoff 2020-11-18 16:41:32 +00:00 committed by Caleb Xu
parent ddd906b00d
commit 3e9c64d63f
No known key found for this signature in database
GPG Key ID: 2F67B6BC86DC4F00
1 changed files with 1 additions and 0 deletions

View File

@ -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