diff options
| -rw-r--r-- | gnu/packages/shellutils.scm | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 54766c98582..9fe300e2280 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm | |||
| @@ -573,22 +573,14 @@ POSIX Shell}, @url{https://www.gnu.org/software/bash/, Bash}, and | |||
| 573 | '()) | 573 | '()) |
| 574 | (list git-minimal))) | 574 | (list git-minimal))) |
| 575 | (home-page "https://starship.rs") | 575 | (home-page "https://starship.rs") |
| 576 | (synopsis | 576 | (synopsis "Fast and customizable shell prompt") |
| 577 | "The minimal, blazing-fast, and infinitely customizable prompt for any shell!") | ||
| 578 | (description | 577 | (description |
| 579 | "This package provides The minimal, blazing-fast, and infinitely customizable | 578 | "Starship is a shell prompt that is fast and configurable, and works on |
| 580 | prompt for any shell! | 579 | most common shells. It shows information from various sources in a way easy to |
| 580 | grasp at a glance, including but not limited to: the hostname/username/cwd trio, | ||
| 581 | git, project language and runtime. | ||
| 581 | 582 | ||
| 582 | @itemize | 583 | Note: Users must have a nerd font installed and enabled in their terminal.") |
| 583 | @item Fast: it's fast - *really really* fast :rocket: | ||
| 584 | @item Customizable: configure every aspect of your prompt | ||
| 585 | @item Universal: works on any shell, on any operating system | ||
| 586 | @item Intelligent: shows relevant information at a glance | ||
| 587 | @item Feature rich: support for all your favorite tools | ||
| 588 | @item Easy: quick to install - start using it in minutes | ||
| 589 | @end itemize | ||
| 590 | |||
| 591 | Note: users must have a nerd font installed and enabled in their terminal") | ||
| 592 | (license license:isc))) | 584 | (license license:isc))) |
| 593 | 585 | ||
| 594 | (define-public envstore | 586 | (define-public envstore |
