diff options
-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 |