I would like to define a global alias that works in all shells AND subshells,,,how do I do that ?<br>The alias -x command does not work.<br>Steps;<br>1. Define an alias; alias -x rm='rm -ei'<br>2. ksh to a new shell<br>3. the alias is not defined<br><br>