QUOTE (macgirl @ Mar 12 2006, 10:13 PM)

for all users in /etc/bashrc
for just one user in their own home directory .bashrc
just add the aliases, example:
alias dir='ls -alFG'
alias rm='rm-i'
For example if I wanna create an alias for Unreal Tournament 2004 (ut2004.app) located in
/Volumes/my_Partition/ut2004.app/Contents/MacOS/
Unreal Tournament 2004File to the called by this alias
/Volumes/my_Partition/ut2004.app/System/
ut2004-mac-binHow should I procede?