diff --git a/upin-alias.zsh b/upin-alias.zsh index b106a4c..041d919 100755 --- a/upin-alias.zsh +++ b/upin-alias.zsh @@ -40,7 +40,7 @@ if command -v paru >/dev/null 2>&1; then install="$pkg -S" remove="$pkg -R" update="$pkg -Syu" - ref="$pkg -Sy --noconfirm" + ref="$pkg -S --noconfirm" search="$pkg -Ss" elif command -v yay >/dev/null 2>&1; then pkg="yay"