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"