mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
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:
parent
d05b2010ff
commit
accc76e199
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ fi
|
||||||
# These are for more obscure uses of apt-get and aptitude that aren't covered
|
# These are for more obscure uses of apt-get and aptitude that aren't covered
|
||||||
# below.
|
# below.
|
||||||
alias ag='apt-get'
|
alias ag='apt-get'
|
||||||
alias at='aptitude'
|
alias att='aptitude'
|
||||||
|
|
||||||
# Some self-explanatory aliases
|
# Some self-explanatory aliases
|
||||||
alias acs="apt-cache search"
|
alias acs="apt-cache search"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue