3/9 I just changed my shell to bash (from tcsh) but it won't read
my .bashrc or .login file when i login. What file in my home
directory will it source upon login?
\_ RTFM lazy ass
\_ Why would you do something like switch your shell to bash? Sure,
go ahead and write scripts in it, but use it as your everyday
shell? Damn.... Than again, if you can't figure out how to read
a man page, then maybe you weren't getting any real use out of tcsh
anyway, so it doesn't matter what shell you use. Get a GUI file
manager.
\_ rm -f .bashrc .login .kshrc .cshrc && ln -s .profile .bashrc && \
ln -s .profile .kshrc
Put your startup stuff in .profile as God and Steve intended. |