From 4d1f51775b75f6b2ca33f952c0994e7c002df413 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 9 Feb 2015 02:12:20 +0900 Subject: [PATCH] Print ESHELL in eshell prompt --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 3e46513..f6ae7ed 100644 --- a/emacs.el +++ b/emacs.el @@ -2155,7 +2155,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer." It looks like: -:: [10sr@darwin:~/] +:: [10sr@darwin:~/][ESHELL] :: $ " (concat ":: [" @@ -2178,7 +2178,7 @@ It looks like: 'underline str) str) - "]\n:: " + "][ESHELL]\n:: " (if (eq 0 eshell-last-command-status) ""