fish: functions/hf: Add an alias for htop with filter
This commit is contained in:
parent
23701677ce
commit
cd95166cfb
1 changed files with 3 additions and 0 deletions
3
fish/.config/fish/functions/hf.fish
Normal file
3
fish/.config/fish/functions/hf.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function hf --description "Start htop with commands matching filter"
|
||||
htop -F $argv
|
||||
end
|
Loading…
Reference in a new issue