Add "cleancache" alias

This commit is contained in:
RealStickman 2020-11-23 09:33:02 +01:00
parent f4d9fd9463
commit adaf74a7b4

View File

@ -103,6 +103,9 @@ alias ytv-best="youtube-dl -f bestvideo+bestaudio "
#Cleanup orphaned packages
alias cleanup='sudo pacman -Rns (pacman -Qtdq)'
# Clean cached packages
alias cleancache='paru -Sc'
#get the error messages from journalctl
#alias jctl="journalctl -p 3 -xb"