diff options
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-shells.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-shells.el b/.emacs.d/modules/thanos-shells.el index 61bbeae..c785261 100644 --- a/.emacs.d/modules/thanos-shells.el +++ b/.emacs.d/modules/thanos-shells.el @@ -44,7 +44,7 @@ (eshell-mode . eat-eshell-mode) (eshell-mode . eat-eshell-visual-command-mode) :config - (setf eat-term-name "xterm-256color")) + (setf eat-term-name "emacs")) ;;;; doas completion (defun pcomplete/doas () @@ -161,7 +161,8 @@ (eshell-syntax-highlighting-global-mode 1) -(setq eshell-highlight-prompt t) +(setq eshell-highlight-prompt t + eshell-term-name "emacs") ;; Keybindings (define-key global-map (kbd "C-c e") 'eshell) |