0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

fix: yaorph cmd removes orphans

This commit is contained in:
Rio 2023-06-17 09:08:50 -07:00
parent f5cb9a6c97
commit 80ba3419ce

View file

@ -173,7 +173,7 @@ if (( $+commands[yay] )); then
alias yaloc='yay -Qi'
alias yalocs='yay -Qs'
alias yalst='yay -Qe'
alias yaorph='yay -Qtd'
alias yaorph='yay -Qtdq | yay -Rns -'
alias yainsd='yay -S --asdeps'
alias yamir='yay -Syy'
alias yaupd="yay -Sy"