Add ccache (clear cache)
This commit is contained in:
parent
2084178934
commit
1672069495
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ alias reload='source ~/.bashrc'
|
|||
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'
|
||||
|
||||
# Apt
|
||||
alias upgrade='sudo apt update && sudo apt upgrade -y'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue