mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +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))
|
||||
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
||||
|
||||
# As pacman and pacaur share the same flags
|
||||
if hash pacaur 2>/dev/null; then
|
||||
alias pacman="LANG=en pacaur --needed"
|
||||
# As pacman and yay share the same flags
|
||||
if hash yay 2>/dev/null; then
|
||||
alias pacman="LANG=en yay --needed"
|
||||
else
|
||||
# I don't want to reinstall exact same versions that I have
|
||||
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))
|
||||
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
||||
|
||||
# As pacman and pacaur share the same flags
|
||||
if hash pacaur 2>/dev/null; then
|
||||
alias pacman="LANG=en pacaur --needed"
|
||||
# As pacman and yay share the same flags
|
||||
if hash yay 2>/dev/null; then
|
||||
alias pacman="LANG=en yay --needed"
|
||||
else
|
||||
# I don't want to reinstall exact same versions that I have
|
||||
alias pacman="LANG=en pacman --needed"
|
||||
|
Loading…
Reference in New Issue
Block a user