Skip to content

Commit

Permalink
Added yayclean alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner.Will committed May 1, 2024
1 parent d6b69a9 commit 4e66ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/zsh/zsh/user/zsh.d/71_vendor_aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if [[ -n "${DISTRO}" ]]; then
alias yayi='yay -S --color always --verbose --needed'
alias yayino='yay -S --color always --verbose --needed --noconfirm'
alias yaylist='yay -Q --color always'
alias yayclean="yay -Scv --noconfirm && \rm -rfv ${XDG_CACHE_HOME}/yay/*"
fi
elif [[ ${DISTRO} == "Debian" ]] || [[ ${DISTRO} == "Raspbian" ]] || [[ ${DISTRO} == "Rpios" ]] || [[ ${DISTRO} == "Ubuntu" ]]; then
alias apts="apt search"
Expand Down

0 comments on commit 4e66ee7

Please sign in to comment.