diff options
author | Thanos Apollo <[email protected]> | 2023-11-10 18:32:02 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-10 18:32:02 +0200 |
commit | 8dab21071fa28aeb1f3668c7364e4c18325541d7 (patch) | |
tree | d6fbef0d79a5aab1bfa0557c94a5e77ea8d36d66 /.emacs.d/modules/thanos-shells.el | |
parent | 987cfe58938c8c08b41dfa1d184909cef5718f62 (diff) |
emacs:(shells) Update term name to emacs
Diffstat (limited to '.emacs.d/modules/thanos-shells.el')
-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) |