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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
91 B
Fish
Raw Permalink Normal View History

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