mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
added new alias 'acsh' for 'apt-cache show'
This commit is contained in:
parent
3fdaf26006
commit
9e517db7bb
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ alias at='aptitude'
|
|||
|
||||
# Some self-explanatory aliases
|
||||
alias acs="apt-cache search"
|
||||
alias acsh="apt-cache show"
|
||||
alias aps='aptitude search'
|
||||
alias as="aptitude -F \"* %p -> %d \n(%v/%V)\" \
|
||||
--no-gui --disable-columns search" # search package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue