1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00

New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases

This commit is contained in:
Phil Eichinger 2014-03-25 13:43:36 +01:00
parent ffc17b6b4d
commit 37e619ed9b

View file

@ -21,8 +21,8 @@ fi
# Aliases ################################################################### # Aliases ###################################################################
# 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 age='apt-get'
alias ap='aptitude' alias api='aptitude'
# Some self-explanatory aliases # Some self-explanatory aliases
alias acs="apt-cache search" alias acs="apt-cache search"