Compare commits
2 Commits
53ba319cb1
...
461cbce110
Author | SHA1 | Date |
---|---|---|
Sage Vaillancourt | 461cbce110 | |
Sage Vaillancourt | b8078a176e |
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if command -v yay; then
|
||||||
|
alias pacman="yay"
|
||||||
|
fi
|
||||||
|
|
||||||
function ishelp {
|
function ishelp {
|
||||||
[[ "$1" == "help" ]] || [[ "$1" == "-h" ]] || [[ "$1" == "--help" ]]
|
[[ "$1" == "help" ]] || [[ "$1" == "-h" ]] || [[ "$1" == "--help" ]]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue