# HG changeset patch # User Luke Hoersten # Date 1373050067 18000 # Node ID e1b944f16acb5381651a79f7e331560d456216bc # Parent c0319c5df04827765c208531cdf19d92e0f49861 Still need to tell eshell it's an emacs term to get bash color. diff -r c0319c5df048 -r e1b944f16acb init.el --- a/init.el Thu Jul 04 13:46:29 2013 -0500 +++ b/init.el Fri Jul 05 13:47:47 2013 -0500 @@ -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