From 04ae63db6509211e76d54f8677ba28b39a976cfa Mon Sep 17 00:00:00 2001 From: therbron Date: Wed, 8 Jul 2020 23:36:49 +0200 Subject: [PATCH] Add zsh alias to download pacman packages in parallel --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 53e7b85..99824bf 100644 --- a/.zshrc +++ b/.zshrc @@ -152,3 +152,6 @@ alias driver='optimus-manager --no-confirm --switch' # Enable backward incremental search bindkey '^R' history-incremental-search-backward + +# Add an alias to the powerpill wrapper for pacman +alias pac='sudo pacman -S'