[Emacs] Update shell prompt regex

This commit is contained in:
Lucien Cartier-Tilet 2020-10-25 11:26:04 +01:00
parent 86de78bedb
commit 2795f44e2f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

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