Silent yay check

This commit is contained in:
Sage Vaillancourt 2023-12-17 17:32:55 -05:00
parent 461cbce110
commit 2d72952634
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if command -v yay; then
if command -v yay &> /dev/null; then
alias pacman="yay"
fi