Revisión | 78ead4ce62d7d77dbb370a673852f2cd57e1ef92 (tree) |
---|---|
Tiempo | 2008-09-29 23:36:29 |
Autor | iselllo |
Commiter | iselllo |
I added the file: init_bash.sh (it is a single line FOLLOWED by an empty
line). This has to be located in /home/iselllo/.emacs.d/init_bash.sh and
I need it to have a colorized output when using the shell from emacs.
@@ -0,0 +1,2 @@ | ||
1 | +alias ls='ls --color' | |
2 | + |