Alias pacman to "yay"
This commit is contained in:
parent
74a178045e
commit
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