diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 15:04:35 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-15 14:57:03 +0800 |
commit | 16defd9b9f9a114880f12e92c1b7ca97e075601f (patch) | |
tree | 12f12d582a315069d7e5b09589c727902fdcc64d /home | |
parent | a30a246730c98cea74d313759aff8182192d00aa (diff) |
.bashrc alias nethogs also capture udp
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index ed532e37..b6e1f49b 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -127,6 +127,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 -@' |