Update elisp/eshell-starship.el

This commit is contained in:
2026-04-27 19:07:42 -07:00
parent 5bd993a231
commit e8c518b094
+2 -2
View File
@@ -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")