diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 0f258f762964e2b6e41f9fe0a867033b6b81ae0b..65865b1c9aebd5828cec94801d61430cde012e16 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -133,7 +133,7 @@ if status is-interactive alias j="just" alias k="klog" alias ls="lsd" - alias loghtml="llm logs -ceu | mdas -h | grep '\.html\$' | xargs xdg-open" + alias loghtml="llm logs -ceu | mdas -h | grep '\.html\$' | read path_to_response && xdg-open \"LLM Responses/\$path_to_response\" && echo \"Opened \$path_to_response\"" scheme set tomorrow starship init fish | source