mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
rc: replace yaourt with pacaur
This commit is contained in:
parent
36b99e8679
commit
232388f405
@ -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 yaourt share the same flags
|
# As pacman and pacaur share the same flags
|
||||||
if hash yaourt 2>/dev/null; then
|
if hash pacaur 2>/dev/null; then
|
||||||
alias pacman="yaourt --needed"
|
alias pacman="pacaur --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="pacman --needed"
|
alias pacman="pacman --needed"
|
||||||
|
6
rc/zshrc
6
rc/zshrc
@ -577,9 +577,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 yaourt share the same flags
|
# As pacman and pacaur share the same flags
|
||||||
if hash yaourt 2>/dev/null; then
|
if hash pacaur 2>/dev/null; then
|
||||||
alias pacman="yaourt --needed"
|
alias pacman="pacaur --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="pacman --needed"
|
alias pacman="pacman --needed"
|
||||||
|
Loading…
Reference in New Issue
Block a user