fix: loghtml alias

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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