Hey, Atleast with Ubuntu, the default .bashrc calls an external script .bash_aliases if defined in the home folder. Write all your custom aliases here so that you don't clutter your .bashrc and also have a neater organization of aliases.
Cheers, Abraham On Sun, Jul 14, 2013 at 6:00 AM, Baskar Selvaraj <[email protected]>wrote: > > 2. $ jobs='ps -aux' > > > > create jobs shortcut for command 'ps -aux' > > > > > Since *jobs* is bash's builtin shell command for checking background jobs, > it is better to avoid creating alias in the name of existing > internal/external commands. > > S. Baskar > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > ILUGC Mailing List Guidelines: > http://ilugc.in/mailinglist-guidelines > -- Abraham P Vinod Senior Undergraduate Department of Electrical Engineering Indian Institute of Technology, Madras Chennai, India Ph: 091-9445414989 Email: [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
