From 03f99668347018dfc54b4b43dcd6afd5b11eec89 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 19 Apr 2026 10:40:28 +0300 Subject: gnu: starship: Adjust synopsis, description. * gnu/packages/shellutils.scm (starship)[description]: Rewrite to remove marketing language. [description]: Same. Change-Id: Ib0c6c815b0f2af3c65de970b41aec7211a81a548 --- gnu/packages/shellutils.scm | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'gnu/packages/shellutils.scm') 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 '()) (list git-minimal))) (home-page "https://starship.rs") - (synopsis - "The minimal, blazing-fast, and infinitely customizable prompt for any shell!") + (synopsis "Fast and customizable shell prompt") (description - "This package provides The minimal, blazing-fast, and infinitely customizable -prompt for any shell! + "Starship is a shell prompt that is fast and configurable, and works on +most common shells. It shows information from various sources in a way easy to +grasp at a glance, including but not limited to: the hostname/username/cwd trio, +git, project language and runtime. -@itemize -@item Fast: it's fast - *really really* fast :rocket: -@item Customizable: configure every aspect of your prompt -@item Universal: works on any shell, on any operating system -@item Intelligent: shows relevant information at a glance -@item Feature rich: support for all your favorite tools -@item Easy: quick to install - start using it in minutes -@end itemize - -Note: users must have a nerd font installed and enabled in their terminal") +Note: Users must have a nerd font installed and enabled in their terminal.") (license license:isc))) (define-public envstore -- cgit v1.2.3