On 2006/10/16 20:52, Bruno Carnazzi wrote:
> I export/alias some important stuff in my ksh .profile. It works
> normally, but since I run screen or xterm, my .profile is not
> evaluated (or even if I launch a sub-shell). I know there is a
> difference between login shell and sub shell but how can I have some
> environment variables and aliases in all context, everytime ?

screen: (add to .screenrc)
shell -${SHELL}

xterm: (add to .Xresources)
XTerm*loginShell: true

Reply via email to