1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 16:30:40 +01: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

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"