Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits on Source (3)
Yeet
· 3c58c939
Nicolas Lenz
authored
Jan 01, 2020
3c58c939
More thourough yeeting
· d59b2dd0
Nicolas Lenz
authored
Jan 01, 2020
d59b2dd0
Merge branch 'master' of git.eisfunke.com:config/zsh
· 85e6b1bb
Nicolas Lenz
authored
Jan 01, 2020
85e6b1bb
Show whitespace changes
Inline
Side-by-side
alias-pacman.zsh
View file @
85e6b1bb
...
...
@@ -5,10 +5,12 @@
# ╚═════════╧════════════════════╝
alias
p
=
"yay"
alias
yoink
=
"yay"
alias
pup
=
"yay -Syu --devel --sudoloop"
# Update all packages
alias
pin
=
"yay -S --sudoloop"
# (Re-)Install package
alias
prm
=
"yay -Rs --sudoloop"
# Remove package with dependencies and config
alias
prm
=
"yay -Runs --sudoloop"
# Remove package with dependencies and config
alias
yeet
=
"yay -Runs --sudoloop"
alias
psr
=
"yay -Ss"
# Search for a package
alias
pif
=
"yay -Sii"
# Show package info
...
...