[Emacs] Update Eshell prompt regex
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5096b4f9a6
commit
7d39ccd8a6
@ -2018,7 +2018,7 @@
|
||||
|
||||
Now, let’s 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user