If you are trying to set this up for a user account then, (you don't need to be root)
In a terminal ls ~/.bashrc if you get file not found returned you don't have a local ~/.bashrc file.
Create one like so touch ~/.bashrc
Edit the file with your favorite editor, vi ~/.bashrc
Then create your alias save and exit, and you should be set.
|