1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 06:10:08 +00:00

Update archlinux.plugin.zsh

add pacinn for --needed
This commit is contained in:
Anas Khalifa 2024-09-27 14:01:02 +03:00 committed by GitHub
parent 2a2f8ecb67
commit 938377287e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
# Pacman - https://wiki.archlinux.org/index.php/Pacman_Tips
alias pacupg='sudo pacman -Syu'
alias pacin='sudo pacman -S'
alias pacinn='sudo pacman -S --needed'
alias paclean='sudo pacman -Sc'
alias pacins='sudo pacman -U'
alias paclr='sudo pacman -Scc'