Browse Source

Print ESHELL in eshell prompt

pull/5/head
10sr 9 years ago
parent
commit
4d1f51775b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el View File

@@ -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)
""


Loading…
Cancel
Save