Add simulate ccache

This commit is contained in:
cedric 2025-12-31 13:30:27 +00:00
parent 1672069495
commit bb72cd0bb2

View file

@ -4,6 +4,7 @@ alias rebash='source ~/.bash_aliases'
alias please='/usr/bin/sudo $(history -p !!)'
alias hs='history|grep'
alias ccache='find ~/.cache/ -type f -mtime +365 -delete'
alias simulate_ccache='find \~/.cache -depth -type f -mtime +365'
# Apt
alias upgrade='sudo apt update && sudo apt upgrade -y'