Hi. I have tried using both ~/.kshrc and ~/.profile to set an alias such as: alias ls='ls -F'and it doesn't work automatically on login. The files are being sourced, because my definition of PATH and PKG_PATH work. If I source the files manually, with:
. ~/.profile then the aliases work.
So what am I doing wrong? Thanks