• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión78ead4ce62d7d77dbb370a673852f2cd57e1ef92 (tree)
Tiempo2008-09-29 23:36:29
Autoriselllo
Commiteriselllo

Log Message

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.

Cambiar Resumen

Diferencia incremental

diff -r 904877a4630c -r 78ead4ce62d7 emacs_files/init_bash.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emacs_files/init_bash.sh Mon Sep 29 14:36:29 2008 +0000
@@ -0,0 +1,2 @@
1+alias ls='ls --color'
2+