diff --git a/fake_home/.shell_aliases b/fake_home/.shell_aliases index d1dcb2b..a6ec763 100755 --- a/fake_home/.shell_aliases +++ b/fake_home/.shell_aliases @@ -1,6 +1,6 @@ #!/bin/bash -if command -v yay; then +if command -v yay &> /dev/null; then alias pacman="yay" fi