diff --git a/fake_home/.shell_aliases b/fake_home/.shell_aliases index 3fe6e92..d921e8f 100755 --- a/fake_home/.shell_aliases +++ b/fake_home/.shell_aliases @@ -1,5 +1,9 @@ #!/bin/bash +if command -v yay; then + alias pacman="yay" +fi + function ishelp { [[ "$1" == "help" ]] || [[ "$1" == "-h" ]] || [[ "$1" == "--help" ]] }