summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-17 18:46:53 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-17 18:46:53 -0700
commit0799d7a485abbfb47fabb1fcaa75e10a34953305 (patch)
treec66f99785e4ace7e0e9e9dd20ae93f798b29a1ec /emacs/custom
parentemacs: add a "shell" section to ibuffer (diff)
downloademacs.d-0799d7a485abbfb47fabb1fcaa75e10a34953305.tar.gz
emacs: set eshell-prompt-regexp
Otherwise the shell freeze every now and then.
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-eshell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el
index c5523ce..c013248 100644
--- a/emacs/custom/fcuny-eshell.el
+++ b/emacs/custom/fcuny-eshell.el
@@ -173,6 +173,7 @@ append to it, while separating multiple outputs with
   (eshell-review-quick-commands nil)
   (eshell-smart-space-goes-to-end t)
   (eshell-prompt-function 'fcuny/eshell-prompt)
+  (eshell-prompt-regexp "^[^;]*; ")
   (eshell-destroy-buffer-when-process-dies t))
 
 (use-package eshell-bookmark