summaryrefslogtreecommitdiff
path: root/config/init-eshell.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/init-eshell.el14
1 files changed, 1 insertions, 13 deletions
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)