From 2d8dcd8678a02ab74b399ce605cc01f2406ecbe3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 07:02:19 -0700 Subject: eshell: fix configuration --- emacs/custom/my-eshell.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs') diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el index 8852489..76c32f4 100644 --- a/emacs/custom/my-eshell.el +++ b/emacs/custom/my-eshell.el @@ -162,7 +162,6 @@ append to it, while separating multiple outputs with (eshell-where-to-jump 'begin) (eshell-review-quick-commands nil) (eshell-smart-space-goes-to-end t) - (eshell-prompt-function 'my/eshell-prompt) (tramp-shell-prompt-pattern "^[^$>\n]*[#$%>] *\\(\[[0-9;]*[a-zA-Z] *\\)*") (eshell-destroy-buffer-when-process-dies t)) -- cgit 1.4.1