Changing Debian plugin aptitude alias to att

Previously, its alias was `at` which conflicted with the old school
UNIX application execution scheduling.

I chose between the alias `att` and `api`. I chose the former because
*api* could be associated with *Application Programming Interface*.

This commit fixes issue #1141.
This commit is contained in:
Jens Rantil 2012-08-03 13:08:47 +02:00
commit accc76e199

View file

@ -21,7 +21,7 @@ fi
# These are for more obscure uses of apt-get and aptitude that aren't covered
# below.
alias ag='apt-get'
alias at='aptitude'
alias att='aptitude'
# Some self-explanatory aliases
alias acs="apt-cache search"