Add zsh alias to download pacman packages in parallel
This commit is contained in:
parent
2c149230e9
commit
04ae63db65
3
.zshrc
3
.zshrc
@ -152,3 +152,6 @@ alias driver='optimus-manager --no-confirm --switch'
|
|||||||
|
|
||||||
# Enable backward incremental search
|
# Enable backward incremental search
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
|
# Add an alias to the powerpill wrapper for pacman
|
||||||
|
alias pac='sudo pacman -S'
|
||||||
|
Loading…
Reference in New Issue
Block a user