Skip to content

Commit

Permalink
autocomplete-able apt-xxx aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tramp committed Apr 12, 2011
1 parent 94734a1 commit e5607e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux.zsh
Expand Up @@ -11,3 +11,10 @@ else
which dircolors > /dev/null && eval "`dircolors -b`"
fi

# linux specific aliases
## autocomplete-able apt-xxx aliases
alias acs='apt-cache show'
alias agi='apt-get install'
alias agu='apt-get uninstall'
alias agp='apt-get purge'

0 comments on commit e5607e8

Please sign in to comment.