0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Merge pull request #2656 from philenotfound/master

New aliases for 'apt-get' and 'aptitude' as they were overwritten by lat...
This commit is contained in:
Robby Russell 2014-03-27 21:21:24 -07:00
commit 78967b604d

View file

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