From 0799d7a485abbfb47fabb1fcaa75e10a34953305 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Oct 2021 18:46:53 -0700 Subject: emacs: set eshell-prompt-regexp Otherwise the shell freeze every now and then. --- emacs/custom/fcuny-eshell.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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 -- cgit 1.4.1