From 951a66d7c03d70452acb9cfea52e813fcd54c329 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 19 Apr 2024 15:46:29 -0700 Subject: more cleanup Change-Id: I50be53067767faa745d445f5b55b8be430adeaf3 --- config/init-eshell.el | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'config/init-eshell.el') diff --git a/config/init-eshell.el b/config/init-eshell.el index 3eb2175..286e180 100644 --- a/config/init-eshell.el +++ b/config/init-eshell.el @@ -31,21 +31,9 @@ eshell-term eshell-unix eshell-xtra)) - (eshell-prompt-function - (lambda nil - (concat (abbreviate-file-name (eshell/pwd)) - (if (= (user-uid) 0) - " # " " $ ")))) (eshell-save-history-on-exit t) (eshell-stringify-t nil) - (eshell-term-name "ansi") - - :preface - (defun eshell-initialize () - (add-hook 'eshell-expand-input-functions #'eshell-spawn-external-command) - - :init - (add-hook 'eshell-first-time-mode-hook #'eshell-initialize))) + (eshell-term-name "ansi")) (provide 'init-eshell) -- cgit 1.4.1