diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index ccae8e055da1e9419bfd8aa049aac7dcf0cd6604..a9f08b7bee8a90d86fe94fa632ae4120a7b5620d 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/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"