kshrc

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: plug@arcticmail.complugarcticmail.com
Date:  
Subject: kshrc
Hmmm. I would try

echo "Processing ~/.profile"

ENV="$HOME/.kshrc"
export ENV

. "$HOME/.kshrc"


in your ~/.profile and

echo "Processing ~/.kshrc"

in your ~/.kshrc

After you're done debugging, you
can comment out the echo statements.

If that doesn't work, then put

ENV="$HOME/.kshrc"
export ENV

in /etc/profile

BTW, Bourne shell doesn't expand "~", so
in .profile I try to keep things Bourne-
compatible.


D

* On Tue, Jul 11, 2000 at 04:15:38PM -0700, Nate wrote:
> Any ksh users out there? I've been trying to get my .kshrc file sourced
> ("dotted") when I log in. I'm running Redhat Linux, with the Gnome
> window manager.
>
> I know the .profile is getting sourced, so I tried putting this line in
> it:
> ENV='.kshrc'
>
> That didn't work, so I tried just putting
> . ~/.kshrc
>
> Still no good.
>
> Any help will be appreciated.
>
> Nate Tanner
>
>
>
>
> _______________________________________________
> Plug-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss