Fix eshell-starship prompt
This commit is contained in:
parent
5bd69822d3
commit
41f242b48a
@ -337,7 +337,7 @@ END-TIME is the time when the command finished executing."
|
|||||||
(if (file-remote-p default-directory)
|
(if (file-remote-p default-directory)
|
||||||
(propertize "🌐 " 'face '(:foreground "light blue")))
|
(propertize "🌐 " 'face '(:foreground "light blue")))
|
||||||
(propertize dir 'face '(:foreground "dark turquoise"))
|
(propertize dir 'face '(:foreground "dark turquoise"))
|
||||||
(unless (file-writable-p dir)
|
(unless (file-writable-p default-directory)
|
||||||
" ")
|
" ")
|
||||||
(eshell-starship--vc-status)
|
(eshell-starship--vc-status)
|
||||||
(eshell-starship--execute-modules)
|
(eshell-starship--execute-modules)
|
||||||
|
Loading…
Reference in New Issue
Block a user