mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Set default eshell TERM
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user