From c522e3908a19c454260eeb52c955bb9c96787d83 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 15 May 2015 11:01:34 +0900 Subject: [PATCH] shrc: Add function i --- shrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shrc b/shrc index c355638..7f17426 100755 --- a/shrc +++ b/shrc @@ -223,6 +223,16 @@ __safe_run w yuk # echo # fi +i(){ + w + ss -lnp + ps aufx + df -h + top -b -d 1 -n 1 + top -b -d 1 -n 1 -a + dstat -taf 1 10 +} + ################################### # some aliases and functions