TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:9215] bash config files on Slackware



> Add a variable to .profile or /etc/profile to set up your ENV variable
> ENV=$HOME/.bashrc; export ENV
>
This is not always a good idea.  I used to do this then got in touble
because bash was calling my .bashrc when it shouldn't.  If you see wierdness
after this that could be why, just a warning.