mirror of
https://github.com/adulau/dotfiles.git
synced 2024-12-22 08:46:01 +00:00
2 lines
182 B
Bash
2 lines
182 B
Bash
alias grefresh="gpg --refresh-keys --keyserver pgp.circl.lu --keyserver-options no-honor-keyserver-url"
|
|
alias memwasters="ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r | head -10"
|