vmrss reimplemented in zsh with completion

by zai
GNU/Linux ◆ xterm-kitty ◆ zsh 50 views

source: https://github.com/zaidhaan/dotfiles/blob/08a7bed0eb9a02db45a8332f62bda2476244650c/bin/vmrss

to enable completion, add this to .zshrc: compdef _pids vmrss

(based on vmrss by ThePrimeagen: https://github.com/ThePrimeagen/vmrss)