Set $TERM in eshell

This commit is contained in:
David Morgan 2022-10-05 20:09:04 +01:00
parent 515f4b6278
commit 8b421a6e53
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
:bind ("C-x m " . eshell)
:hook
(eshell-pre-command . eshell-save-some-history)
(eshell-mode-hook . (lambda () (setenv "TERM" "xterm-256color")))
:custom
(eshell-directory-name (expand-file-name "eshell" save-dir))
:config