From 0a559c4a0ae69051667e7ede4950b6a476ed2dfa Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 27 Nov 2013 17:42:34 +0100 Subject: Fixing some aliases for unixpool --- .zsh.after/unixpool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zsh.after') diff --git a/.zsh.after/unixpool.sh b/.zsh.after/unixpool.sh index c1739e8..dfca336 100644 --- a/.zsh.after/unixpool.sh +++ b/.zsh.after/unixpool.sh @@ -40,10 +40,10 @@ alias pacu='sudo pacman -U' # Install specific package not from the repositories alias pacre='sudo apt-get remove ' #'sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required dependencies alias pacrem='sudo apt-get purge ' #'sudo pacman -Rns' # Remove specified package(s), its configuration(s) and unneeded depends alias pacsearch="pacman -Sl | cut -d' ' -f2 | grep " # Search through all available packages in repo -alias pacname='dpkg -l|grep Name|grep ' #'sudo pacman -Qi|grep Name|grep ' #Search through names of packages by string +#alias pacname='dpkg -l|grep Name|grep ' #'sudo pacman -Qi|grep Name|grep ' #Search through names of packages by string alias pacri='sudo apt-get update && sudo apt-cache show ' #'pacman -Si' # Display information about a given package in the repositories alias pacrs='sudo apt-get update && sudo apt-cache search ' #'pacman -Ss' # Search for package(s) in the repositories -alias pacli='dkpkg -l ' #'pacman -Qi' # Display information about a given package in the local database +alias pacli='dpkg -l ' #'pacman -Qi' # Display information about a given package in the local database alias pacls='dpkg -l|grep ' #'pacman -Qs' # Search for package(s) in the local database alias pacorph='sudo pacman -Qdt' # Search for orphan packages alias paclist='dpkg -L' #'sudo pacman -Ql' # List installed files of a given package -- cgit v1.2.3-54-g00ecf