diff options
| author | Luke Hoersten <[email protected]> | 2010-12-04 13:21:20 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2010-12-04 13:21:20 -0600 |
| commit | a0068482d3299fb6deb297d1aa6858698de3b6d5 (patch) | |
| tree | 3e168388a1b32375d5ac8f2270cbdb7463c9c909 /init.el | |
| parent | a64d04f0e8c57a3c2abcab221ff3c36f3d0e228a (diff) | |
Started using eshell with TERM=emacs for bash colors.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
