[Emacs] Update Eshell prompt regex
This commit is contained in:
parent
5096b4f9a6
commit
7d39ccd8a6
@ -2018,7 +2018,7 @@
|
|||||||
|
|
||||||
Now, let’s declare our prompt regexp and our prompt functions:
|
Now, let’s declare our prompt regexp and our prompt functions:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq eshell-prompt-regexp "^[^#$\n]*[#$] "
|
(setq eshell-prompt-regexp "^[^\n]*[^\n]* "
|
||||||
eshell-prompt-function 'phundrak/eshell-prompt)
|
eshell-prompt-function 'phundrak/eshell-prompt)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user