Set default eshell TERM

This commit is contained in:
Ellis Kenyő 2021-02-22 06:29:57 +00:00
parent 47925933df
commit 67ca6b8bd8
No known key found for this signature in database
GPG key ID: 298BE5D997EBAA02

View file

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