Permanent command alias in QNX

How to have permanent aliases? which is the file (like .bashrc in linux) to save the aliases??

in your ~/.profile:

export ENV=${HOME}/.kshrc

Then put your aliases in
${HOME}/.kshrc

Or run bash…

-seanb