1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-28 06:04:46 +01: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

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'