# HG changeset patch # User Edho Prima Arief # Date 1303914920 -25200 # Node ID 416f9d3e9ee824b8c513b8e8b85791e97b2402d4 # Parent 684a22aeb6751ee6fc888a4bee813d35975a5575 [bash] Forgot the .bash.conf => .ecos_bash change. diff -r 684a22aeb675 -r 416f9d3e9ee8 bash --- a/bash Wed Apr 27 21:23:57 2011 +0700 +++ b/bash Wed Apr 27 21:35:20 2011 +0700 @@ -3,7 +3,7 @@ [ -n "${echo_bash}" ] && return ecos_bash=y -[ -f .bash.conf.before ] && . .bash.conf.before +[ -f .ecos_bash.before ] && . .ecos_bash.before _has_rm_I= _has_gnu_ls= _has_bsd_ls= @@ -33,4 +33,4 @@ alias ls="ls -F" fi -[ -f .bash.conf.after ] && . .bash.conf.after +[ -f .ecos_bash.after ] && . .ecos_bash.after