diff --git a/.bashrc b/.bashrc index f06e288..b6be115 100644 --- a/.bashrc +++ b/.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'