From: Samir Benmendil Date: Tue, 8 Jan 2013 07:48:10 +0000 (+0100) Subject: fix pacu alias X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a66facb05bafe6b2090f0f74ee569cfa9be7f6c0 fix pacu alias --- diff --git a/zsh/aliases/pacman.zsh b/zsh/aliases/pacman.zsh index f99a300..ad6e9c5 100644 --- a/zsh/aliases/pacman.zsh +++ b/zsh/aliases/pacman.zsh @@ -1,7 +1,7 @@ # Pacman - https://wiki.archlinux.org/index.php/Pacman_Tips alias pacupg='sudo pacman -Syu' # Synchronize with repositories before upgrading packages that are out of date on the local system. alias pacin='sudo pacman -S' # Install specific package(s) from the repositories -alias pacins='sudo pacman -U' # Install specific package not from the repositories but from a file +alias pacu='sudo pacman -U' # Install specific package not from the repositories but from a file alias pacre='sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required dependencies alias pacrem='sudo pacman -Rns' # Remove the specified package(s), its configuration(s) and unneeded dependencies alias pacrm='sudo pacman -Rnsc' # Remove the specified package(s), its configuration(s) and unneeded dependencies