feat(fish): wrap some tools in opx

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 11 +++++++++++
1 file changed, 11 insertions(+)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -125,6 +125,17 @@ 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 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"