Commit 78967b60 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2656 from philenotfound/master

New aliases for 'apt-get' and 'aptitude' as they were overwritten by lat...
parents a6b95973 aec73f6c
...@@ -21,8 +21,8 @@ fi ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment