Hi, I set somethings in my ~.kshrc file, it have:
export PS1='$PWD $ ' alias ls='ls -p' alias clr=clear alias df='df -h' And it is called in ~.profile with this: . /home/henri/.kshrc The problem is that these definitions work out of X, in the console, logged as the same user (henri) but don't work under X. I open a xterm window and and type clr, I receive: /bin/ksh: clr: not found But out of X it works, can someone help me to make this thing work normally? -- Regards Henrique Lengler