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

4 lines
91 B
Fish
Raw Normal View History

function hf --description "Start htop with commands matching filter"
2022-04-12 14:11:50 +02:00
htop -F $argv
end