> When I open my X-Windows session, I can not force to alias take effect
> (I use ksh). My .dtprofile sources .profile for sure - all environment
> is loaded but not aliases. What is missing ???
> Thanks a lot,
> Qlos
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Where are you calling out your aliases?
Try putting the in a .kshrc file and add the following line to you
.profile
ENV=$HOME/.kshrc;export ENV
It has to do with when .profile and .kshrc are sourced and under what
conditions.
Cheers,
Ted Loeffelholz
Caterpillar Inc