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