diff options
| author | Luke Hoersten <[email protected]> | 2013-07-05 13:47:47 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2013-07-05 13:47:47 -0500 |
| commit | f105abd73ba2b20616efd4be6554c79605efd2cb (patch) | |
| tree | 2102f8c184c22e3948462278bf6dcdc95cffc003 | |
| parent | 492872b12638e3f73ed5b9b12d2ef2dfeacfb747 (diff) | |
Still need to tell eshell it's an emacs term to get bash color.
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ (global-set-key (kbd "C-c s") 'eshell) ; start shell (exec-path-from-shell-initialize) (eshell) +(add-hook 'eshell-mode-hook '(setenv "TERM" "emacs")) ;;; uniquify (setq |
