diff options
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 555522b..8c13a2d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -226,6 +226,8 @@ (eshell/clear-scrollback) (eshell-emit-prompt) (insert input)))) + (add-to-list 'eshell-variable-aliases-list + `("TERM" ,(lambda () "xterm-256colors") t t)) :bind (("C-c e" . eshell) :map eshell-mode-map ("s-l" . my/eshell-clear)) |
