Ryuji,
I was having the same problem using bash last night (I'm new to bash
and Linux, having used tcsh on Solaris at work).
I found that changes I made to the $HOME/.bash_profile and /etc/bashrc
weren't being read automatically. I had to manually source them
(e.g. . $HOME/.bash_profile), or run "bash --login" to get a new bash
which reads the profiles.
I don't remember having this problem with tcsh, so I'm not sure if
it's a linux/bash thing, or if I'm missing something obvious.
... a few minutes later...
I just had word with some bash users, and they said that bash only
reads the $HOME/.bashrc file by default, so you could try renaming
.bash_profile to .bashrc.
I haven't had a chance to try this out yet, so I can't verify that it
works, but try it out.
Rich
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]