# HG changeset patch # User Edho Prima Arief # Date 1303797150 -25200 # Node ID 34818dfa7f368d943abeedd75d473aec918db2d8 # Parent 3a9d39d8805b6cb1614552140e34d2e593390ed5 [bash][setup] we have bash. Also updated setup to reflect change. diff -r 3a9d39d8805b -r 34818dfa7f36 bash diff -r 3a9d39d8805b -r 34818dfa7f36 setup --- a/setup Tue Apr 26 12:51:54 2011 +0700 +++ b/setup Tue Apr 26 12:52:30 2011 +0700 @@ -4,6 +4,7 @@ uninstall #create symlinks linker "tcsh" ".tcsh_init" + linker "bash" ".bash.conf" linker "tmux" ".tmux.conf" linker "hg" ".hgrc" linker "vim" ".vimrc" @@ -13,6 +14,8 @@ #modify cshrc echo '[ -r "${HOME}/.tcsh_init" ] && source "${HOME}/.tcsh_init" #ECCORE_TCSH' >> "${HOME}/.cshrc" + #modify bash_profile + echo '[ -r "${HOME}/.bash.conf" ] && . "${HOME}/.bash.conf" #ECCORE_BASH' >> "${HOME}/.bash_profile" } linker() {