default parameters of commands

Hello,
being new to Qnx, I have a question again:
How can I set default parameters to a command.
For example:
I want “rm -i [file]” to be done, when I type “rm [file]”.
Where can I set this?
Thanx a lot in advance.

You can set alias for the commands, in your .profile (for yourself) or /etc/profile (for everybody on the system)

eg:

alias rm=“rm -i”