# HG changeset patch # User Luke Hoersten # Date 1291490480 21600 # Node ID 5aa1ceff049d806def0ac7efb27b9c1ed4d4a3f9 # Parent b52bb6669eedd99a2f58f6881e0661d0c68a7f48 Started using eshell with TERM=emacs for bash colors. diff -r b52bb6669eed -r 5aa1ceff049d init.el --- a/init.el Mon Nov 29 11:40:31 2010 -0600 +++ b/init.el Sat Dec 04 13:21:20 2010 -0600 @@ -71,7 +71,8 @@ )) ;; terminal -(global-set-key (kbd "C-c s") '(lambda () (interactive) (ansi-term "bash" "shell"))) ; start term +(global-set-key (kbd "C-c s") 'eshell) ; start shell +(add-hook 'eshell-mode-hook '(setenv "TERM" "emacs")) ; enable colors ;; OS specific configs (cond