[Emacs] Update Eshell prompt regex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-22 13:56:04 +02:00
parent 5096b4f9a6
commit 7d39ccd8a6

View File

@@ -2018,7 +2018,7 @@
Now, lets declare our prompt regexp and our prompt functions:
#+BEGIN_SRC emacs-lisp
(setq eshell-prompt-regexp "^[^#$\n]*[#$] "
(setq eshell-prompt-regexp "^[^\n]*[^\n]* "
eshell-prompt-function 'phundrak/eshell-prompt)
#+END_SRC