Add iotop alias.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-09 01:59:55 +01:00
commit 90b6565239

View file

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