From 8dab21071fa28aeb1f3668c7364e4c18325541d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 10 Nov 2023 18:32:02 +0200 Subject: emacs:(shells) Update term name to emacs --- .emacs.d/modules/thanos-shells.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs.d') 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) -- cgit v1.2.3