diff --git a/fish/.config/fish/functions/hf.fish b/fish/.config/fish/functions/hf.fish new file mode 100644 index 0000000..bff7842 --- /dev/null +++ b/fish/.config/fish/functions/hf.fish @@ -0,0 +1,3 @@ +function hf --description "Start htop with commands matching filter" + htop -F $argv +end