From e1c6c85de4c4d85148a223863955da1012ae9205 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 15 Jan 2013 14:21:28 -0800 Subject: [PATCH] Add meminfo alias --- bash/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/aliases b/bash/aliases index 863f684..f97f39b 100644 --- a/bash/aliases +++ b/bash/aliases @@ -50,6 +50,7 @@ alias +x='chmod +x ' alias ..='cd .. ' # 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 youtube-dl='youtube-dl -t ' alias rsync-win='rsync --recursive --verbose --times --modify-window=1 '