dotfiles/fish/.config/fish/functions/hf.fish

4 lines
91 B
Fish

function hf --description "Start htop with commands matching filter"
htop -F $argv
end