From 07cb2df65fb94610ac754ae1ac8ca2993d5b7dab Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 3 Feb 2018 11:47:25 +0100 Subject: .zsh.after/aliases.zsh: Renaming pacfile to pacown, as it was shadowing /usr/bin/pacfile. --- .zsh.after/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh.after') diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh index 948c1ba..97e6cbf 100644 --- a/.zsh.after/aliases.zsh +++ b/.zsh.after/aliases.zsh @@ -173,7 +173,7 @@ alias paclal='sudo pacman -Ql' #List installed files of a given package alias pacg='pacman -Sg' #List all groups or all packages in specified group alias pacclean='sudo pacman -Sc' #Remove all packages from local repository, not installed atm, remove all unused repos alias pacconf='sudo find /etc -type f \( -name "*.pacsave" -o -name "*.pacnew" \)' #Search for .pacnew and .pacsave files -alias pacfile='sudo pacman -Qo' # Find out what package a give file belongs to +alias pacown='sudo pacman -Qo' # Find out what package a give file belongs to alias pacupd='sudo pacman -Sy && sudo abs' #Update and refresh the local package and ABS databases against repositories alias pacdep='sudo pacman -S --asdeps' #Install given package(s) as dependencies of another package alias pacmir='sudo pacman -Syy' #Force refresh of all package lists after updating /etc/pacman.d/mirrorlist -- cgit v1.2.3-54-g00ecf