From efc24a9f48c83b1e1eb45a8ec581dd7e5dab0238 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 3 Dec 2025 12:16:28 -0700 Subject: [PATCH] chore(fish): remove dupe --- dot_config/private_fish/config.fish.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 38c7c267344f94cf0ecc5e3cde7ea67f87468068..ccae8e055da1e9419bfd8aa049aac7dcf0cd6604 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -134,7 +134,6 @@ if status is-interactive # Wrap some tools in an executor that searches the env for secrets and # ephemerally resolves them to their values alias llm="opx llm" - alias llm="opx llm" alias crush="opx crush" alias claude="opx claude" alias octo="opx octo"