Re: path environment under x

1998-07-02 Thread Gary L . Hennigan
Eric <[EMAIL PROTECTED]> writes: | Not changing it in the non-login shell script (.bashrc, .cshrc, ...) was your | problem. When you start X, the shells that run in the xterms aren't login | shells...therefore your path must be set in your non-login shell script. I have | mine setup so that my p

Re: path environment under x

1998-07-02 Thread Eric
and I have something like this in my login script: if [ -f ~/.bashrc ]; then source ~/.bashrc fi Eric. On Thu, 02 Jul 1998, Micha Feigin wrote: >How do i set the path environment under X? >I need to set a general path environment and also >a specific one for each use. >I tried in

path environment under x

1998-07-02 Thread Micha Feigin
How do i set the path environment under X? I need to set a general path environment and also a specific one for each use. I tried in the files for the shell but it didn't work ( I changed in the file for login shells I'm not shure If i also changed it for an interactive sh