This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
shrc: Add function i
pull/15/head
10sr
9 years ago
parent
56752d70b7
commit
c522e3908a
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save