diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-17 18:46:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-17 18:46:53 -0700 |
commit | 0799d7a485abbfb47fabb1fcaa75e10a34953305 (patch) | |
tree | c66f99785e4ace7e0e9e9dd20ae93f798b29a1ec /emacs | |
parent | emacs: add a "shell" section to ibuffer (diff) | |
download | emacs.d-0799d7a485abbfb47fabb1fcaa75e10a34953305.tar.gz |
emacs: set eshell-prompt-regexp
Otherwise the shell freeze every now and then.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 1 |
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 |