Some more small changes
This commit is contained in:
@ -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)))
|
||||
|
||||
|
Reference in New Issue
Block a user