mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +01:00
rc: s/pacaur/yay/g
Pacaur has been deprecated and I hope that yay which was suggested to me at IRC does the same thing considering their README says: > Yay is based on the design of yaourt, apacman and pacaur.
This commit is contained in:
parent
4f99f6ebed
commit
d5b860737f
@ -574,9 +574,9 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
|
|||||||
# Meant for SSL certificates (IRC))
|
# Meant for SSL certificates (IRC))
|
||||||
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
||||||
|
|
||||||
# As pacman and pacaur share the same flags
|
# As pacman and yay share the same flags
|
||||||
if hash pacaur 2>/dev/null; then
|
if hash yay 2>/dev/null; then
|
||||||
alias pacman="LANG=en pacaur --needed"
|
alias pacman="LANG=en yay --needed"
|
||||||
else
|
else
|
||||||
# I don't want to reinstall exact same versions that I have
|
# I don't want to reinstall exact same versions that I have
|
||||||
alias pacman="LANG=en pacman --needed"
|
alias pacman="LANG=en pacman --needed"
|
||||||
|
6
rc/zshrc
6
rc/zshrc
@ -572,9 +572,9 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
|
|||||||
# Meant for SSL certificates (IRC))
|
# Meant for SSL certificates (IRC))
|
||||||
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
||||||
|
|
||||||
# As pacman and pacaur share the same flags
|
# As pacman and yay share the same flags
|
||||||
if hash pacaur 2>/dev/null; then
|
if hash yay 2>/dev/null; then
|
||||||
alias pacman="LANG=en pacaur --needed"
|
alias pacman="LANG=en yay --needed"
|
||||||
else
|
else
|
||||||
# I don't want to reinstall exact same versions that I have
|
# I don't want to reinstall exact same versions that I have
|
||||||
alias pacman="LANG=en pacman --needed"
|
alias pacman="LANG=en pacman --needed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user