Add simulate ccache
This commit is contained in:
parent
1672069495
commit
bb72cd0bb2
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue