Mercurial > ec-dotfiles
diff setup @ 44:1f1af28f36e9
[bash] Bashrc, c-style ifdef.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Wed, 27 Apr 2011 21:15:16 +0700 |
parents | 34818dfa7f36 |
children | 65f98c2936c1 |
line wrap: on
line diff
--- a/setup Tue Apr 26 13:03:31 2011 +0700 +++ b/setup Wed Apr 27 21:15:16 2011 +0700 @@ -14,8 +14,9 @@ #modify cshrc echo '[ -r "${HOME}/.tcsh_init" ] && source "${HOME}/.tcsh_init" #ECCORE_TCSH' >> "${HOME}/.cshrc" - #modify bash_profile + #modify bash_profile and bashrc echo '[ -r "${HOME}/.bash.conf" ] && . "${HOME}/.bash.conf" #ECCORE_BASH' >> "${HOME}/.bash_profile" + echo '[ -r "${HOME}/.bash.conf" ] && . "${HOME}/.bash.conf" #ECCORE_BASH' >> "${HOME}/.bashrc" } linker() {