zshrc: add netproc alias

This commit is contained in:
roku 2025-01-21 01:13:49 +01:00
parent f86d97e904
commit 89bc29d5b0

View file

@ -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"