Some more small changes

This commit is contained in:
2024-12-22 15:19:28 -08:00
parent dc789627c0
commit 96b64a144e
3 changed files with 22 additions and 9 deletions

View File

@ -859,7 +859,7 @@ Return a hash table mapping module names to their output."
(defun eshell-starship--render-prompt ()
"Actually produce the prompt."
(concat
(unless (< (line-number-at-pos) 3)
(unless (<= (line-number-at-pos) 3)
"\n")
(eshell-starship--build-module-string)))