On Tue, Sep 19, 2000 at 03:11:15PM +0800, ChinYung wrote: > 各位Debian先進大家好: > [EMAIL PROTECTED] > 每次當我login後,發現我放在/etc/[EMAIL PROTECTED]@用, > 好像login之後只執行/etc/profile的設定,更奇怪的是:連HOME/.bashrc > 都沒有執行!想請教這問題該如何解決呢?謝謝。
in ~/.bash_profile:
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
and RTFM :)
--
| This message was re-posted from [email protected]
| and converted from gb2312 to big5 by an automatic gateway.

