Skip to content

Commit

Permalink
aliazator: add show.broadband.usage/show.bandwidth.usage => top.broad…
Browse files Browse the repository at this point in the history
…band
  • Loading branch information
javier-lopez committed Feb 3, 2019
1 parent cfaaa04 commit 58717a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aliazator/aliases/default/linux-gnu.aliases
Expand Up @@ -34,6 +34,8 @@ alias top.inode=sh\ -c\ \''cd "${1}"; for i in $(ls -1A); do printf "%s\n" "$(fi
alias top.size=sh\ -c\ \''cd "${1}"; for i in G M K; do du -ah * | grep [0-9]${i} | sort -nr -k 1; done | head'\'\ -
alias top.broadband='sudo nethogs wlp3s0'
alias top.bandwidth='top.broadband'
alias show.broadband.usage='top.broadband'
alias show.bandwidth.usage='top.broadband'

#other single command aliases which don't deserve their own file
alias psgrep='ps aux|grep'
Expand Down

0 comments on commit 58717a6

Please sign in to comment.