Add iotop alias.
This commit is contained in:
parent
e807502142
commit
0f6c592fa0
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -277,6 +277,7 @@ if [[ "$PLATFORM" = "Linux" ]]; then
|
|||
# Linux specific aliases.
|
||||
hash ftpwho >/dev/null 2>&1 && alias ftpwho='ftpwho -v'
|
||||
hash iftop >/dev/null 2>&1 && alias iftop='TERM=vt100 iftop'
|
||||
hash iotop >/dev/null 2>&1 && alias iotop='TERM=linux iotop'
|
||||
hash ip >/dev/null 2>&1 && alias ip='ip -color=auto'
|
||||
hash last less >/dev/null 2>&1 && alias laston='last -a | less'
|
||||
hash ls >/dev/null 2>&1 && alias ls='ls -bFv --color=auto'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue