Add meminfo alias

main
Buddy Sandidge 12 years ago
parent ae31073b9b
commit e1c6c85de4

@ -50,6 +50,7 @@ alias +x='chmod +x '
alias ..='cd .. ' alias ..='cd .. '
# Some specialty aliases # Some specialty aliases
alias meminfo='vmstat -s -S M | grep mem'
alias wget-opendir='wget -r -l 0 -c -nc -np -e robots=off --random-wait --limit-rate=800000k --reject=html,htm,index' alias wget-opendir='wget -r -l 0 -c -nc -np -e robots=off --random-wait --limit-rate=800000k --reject=html,htm,index'
alias youtube-dl='youtube-dl -t ' alias youtube-dl='youtube-dl -t '
alias rsync-win='rsync --recursive --verbose --times --modify-window=1 ' alias rsync-win='rsync --recursive --verbose --times --modify-window=1 '

Loading…
Cancel
Save