Fix eshell prompt

This commit is contained in:
Alexander Rosenberg 2023-11-07 19:47:29 -08:00
parent 7e74510701
commit a3b42676da
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -766,8 +766,8 @@ If no name is given, list all bookmarks instead."
(if-let (((not (string-empty-p line))) (if-let (((not (string-empty-p line)))
(dir-char (aref line 0))) (dir-char (aref line 0)))
(if (= dir-char ?<) (if (= dir-char ?<)
(setq to-local t) (setq to-remote t)
(setq to-remote t)))) (setq to-local t))))
(cond (cond
((and to-remote to-local) ?󰹺) ((and to-remote to-local) ?󰹺)
(to-remote ?󰜷) (to-remote ?󰜷)