Compare commits

..

No commits in common. "461cbce110110ac1d1509608cf7e30a1b0f7def4" and "53ba319cb146589373efc25d7128a1d83ceaf359" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
#!/bin/bash
if command -v yay; then
alias pacman="yay"
fi
function ishelp {
[[ "$1" == "help" ]] || [[ "$1" == "-h" ]] || [[ "$1" == "--help" ]]
}