summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-03 15:04:35 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-03 15:04:35 +0800
commitd32a3cb15d6b4bd9881a117a5965aa9d1fffe35e (patch)
tree958d8c27b3d1b97e8b6e818c89eea709a4dc632e
parent135cefdbd576ff64fc4f8e6d8afef4f676e18b4c (diff)
.bashrc alias nethogs also capture udp
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index c811b853..a0079d19 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -145,6 +145,7 @@ alias glmark2='glmark2 --fullscreen --annotate'
alias grep='grep --color=auto'
#alias info='info --vi-keys'
alias ls='ls --color=auto'
+alias nethogs='nethogs -C'
alias radeontop='radeontop -c'
alias rem='rem -@'
alias remind='remind -@'