[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian的bash怪怪的?



On Tue, Sep 19, 2000 at 03:11:15PM +0800, ChinYung wrote:
> 各位Debian先進大家好:
> 我接觸Debian才一個星期,之前玩redhat。
> 每次當我login後,發現我放在/etc/bash.bashrc的一些設定都沒有作用,
> 好像login之後只執行/etc/profile的設定,更奇怪的是:連HOME/.bashrc
> 都沒有執行!想請教這問題該如何解決呢?謝謝。

in ~/.bash_profile:

if [ -f ~/.bashrc ]; then
	source ~/.bashrc
fi

and RTFM :)

-- 
| This message was re-posted from debian-chinese-gb@lists.debian.org
| and converted from gb2312 to big5 by an automatic gateway.



Reply to: