Set default eshell TERM

This commit is contained in:
Ellis Kenyő
2021-02-22 06:29:57 +00:00
parent 47925933df
commit 67ca6b8bd8

View File

@ -90,6 +90,7 @@ You should use `set-eshell-alias!' to change this.")
;; UI enhancements ;; UI enhancements
(add-hook! 'eshell-mode-hook (add-hook! 'eshell-mode-hook
(setenv "TERM" "xterm-256color")
(defun +eshell-remove-fringes-h () (defun +eshell-remove-fringes-h ()
(set-window-fringes nil 0 0) (set-window-fringes nil 0 0)
(set-window-margins nil 1 nil)) (set-window-margins nil 1 nil))