summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2011-03-30 01:04:10 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2011-03-30 01:05:11 +0200
commit48759e71d1e78763cf20c14a6888748692a6dd1d (patch)
tree6acd8055823c8b224351b2b2c429d748fb2c94ef
parent46635b2857fc6406286dfebd711e4d9e8169db2d (diff)
downloaddotfiles-48759e71d1e78763cf20c14a6888748692a6dd1d.tar.xz
zshrc: update pacnd alias for pacman 3.5.1
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 80630ee..dd255af 100644
--- a/zshrc
+++ b/zshrc
@@ -94,7 +94,7 @@ alias pacup="sudo pacman -Syu" # Sync, Update & Upgrade
alias pacdg="sudo pacman -Syuu" # Sync, Update & Downgrade
alias paclu="pacman -Qu" # List upgradeable
alias pacin="sudo pacman -S" # Install a specific package
-alias pacnd="sudo pacman -Sd" # Install a package but ignore deps
+alias pacnd="sudo pacman -Sdd" # Install a package but ignore deps
alias pacrm="sudo pacman -Rns" # Remove a specific package
alias pacrd="sudo pacman -Rdd" # Remove a package but ignore deps
alias pacss="pacman -Ss" # Search for a package