Add free cached memory
This commit is contained in:
parent
c86bcfdc93
commit
a67ed304d6
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ alias fd='fd -H'
|
|||
alias e='$EDITOR'
|
||||
alias edit='$EDITOR'
|
||||
|
||||
alias free-cached-memory='sync && sudo echo 3 > /proc/sys/vm/drop_caches'
|
||||
|
||||
function chpwd() {
|
||||
ll
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue