From a3b42676da5f38d3f4290ab46277a7e512a258bf Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 7 Nov 2023 19:47:29 -0800 Subject: [PATCH] Fix eshell prompt --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 745b519..9a60584 100644 --- a/init.el +++ b/init.el @@ -766,8 +766,8 @@ If no name is given, list all bookmarks instead." (if-let (((not (string-empty-p line))) (dir-char (aref line 0))) (if (= dir-char ?<) - (setq to-local t) - (setq to-remote t)))) + (setq to-remote t) + (setq to-local t)))) (cond ((and to-remote to-local) ?󰹺) (to-remote ?󰜷)