From 89bc29d5b001eb3aad32c5ddeb5aa373f0d5f8bd Mon Sep 17 00:00:00 2001 From: roku Date: Tue, 21 Jan 2025 01:13:49 +0100 Subject: [PATCH] zshrc: add netproc alias --- etc/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 5c520a5..c6f0b8c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -71,6 +71,7 @@ alias uSR="systemctl --user restart" alias uSL="systemctl --user reload" alias uSX="systemctl --user stop" alias dmesg="dmesg -e" +alias netproc="netproc --bytes -c" # Edit the current command line in $EDITOR export VISUAL="nano"