[Emacs] Update Eshell prompt regex
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2020-10-22 13:56:04 +02:00
parent 5096b4f9a6
commit 7d39ccd8a6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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