fix(fish): unwrap tools bc infinite recursion

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 10 ----------
1 file changed, 10 deletions(-)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -131,16 +131,6 @@ if status is-interactive
 	alias zed="zeditor"
 	{{ end }}
 
-    # Wrap some tools in an executor that searches the env for secrets and
-    # ephemerally resolves them to their values
-    alias llm="opx llm"
-    alias crush="opx crush"
-    alias claude="opx claude"
-    alias octo="opx octo"
-    alias synu="opx synu"
-    alias synclaude="opx synclaude"
-    alias opencode="opx opencode"
-
     # Bunch of aliases
 	alias wget="wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\""
 	alias svn="svn --config-dir $XDG_CONFIG_HOME/subversion"