Set default eshell TERM
This commit is contained in:
parent
47925933df
commit
67ca6b8bd8
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue