Compare commits
No commits in common. "461cbce110110ac1d1509608cf7e30a1b0f7def4" and "53ba319cb146589373efc25d7128a1d83ceaf359" have entirely different histories.
461cbce110
...
53ba319cb1
|
@ -1,9 +1,5 @@
|
||||||
#!/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