summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-04-19 10:40:28 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-04-19 10:43:10 +0300
commit03f99668347018dfc54b4b43dcd6afd5b11eec89 (patch)
tree20d1b375e8a2fd61542359be766c4550922b8a08
parent2f889ec2b57d7b17cc24e4f7eac86caa27655dca (diff)
gnu: starship: Adjust synopsis, description.
* gnu/packages/shellutils.scm (starship)[description]: Rewrite to remove marketing language. [description]: Same. Change-Id: Ib0c6c815b0f2af3c65de970b41aec7211a81a548
-rw-r--r--gnu/packages/shellutils.scm20
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
580prompt for any shell! 579most common shells. It shows information from various sources in a way easy to
580grasp at a glance, including but not limited to: the hostname/username/cwd trio,
581git, project language and runtime.
581 582
582@itemize 583Note: 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
591Note: 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