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
> n.tanner@bigfoot.com
>
>
>
> _______________________________________________
> Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss