Browse Source

shrc: Add function i

pull/15/head
10sr 9 years ago
parent
commit
c522e3908a
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      shrc

+ 10
- 0
shrc View File

@@ -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



Loading…
Cancel
Save