fish: functions/hf: Add an alias for htop with filter

This commit is contained in:
Sanchayan Maity 2022-02-01 16:30:45 +05:30
parent 23701677ce
commit cd95166cfb
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function hf --description "Start htop with commands matching filter"
htop -F $argv
end