From e8c518b09451e24a4afa6413d65fe846ed5fb2cb Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 27 Apr 2026 19:07:42 -0700 Subject: [PATCH] Update elisp/eshell-starship.el --- elisp/eshell-starship.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp/eshell-starship.el b/elisp/eshell-starship.el index eedc055..3b5f6b8 100644 --- a/elisp/eshell-starship.el +++ b/elisp/eshell-starship.el @@ -646,10 +646,10 @@ For example, a revert. If there is no current operation, return nil." :allow-remote nil :reload-on 'cwd :action (eshell-starship-find-version-function - ("stack" "ghc" "--" "--version") + ("ghc" "--version") "version \\([0-9.]+\\)$" "v" (match-string 1)) - :doc "The current GHC version (as reported by Stack).") + :doc "The current GHC version.") (eshell-starship-defmodule java :extensions '("java" "class" "gradle" "jar" "clj" "cljc")