diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 2cf2e8d781a3a232b1a3f07d49b18a9f2fccdef9..4b7d518d84a40135afdd8e4587c04185b8e3267a 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -76,22 +76,28 @@ set -x RAD_PASSWORD '{{ onepasswordRead "op://Private/2ujzijel6ni3np2uj5k5syptzm {{ end }} # Auth to SourceHut -set -x SRHT_TOKEN '{{ onepasswordRead "op://Private/SourceHut/token" }}' +set -x SRHT_TOKEN "op://Private/SourceHut/token" +alias hut="op run -- hut" -set -x GITHUB_AUTH_TOKEN '{{ onepasswordRead "op://Private/github.com/pac" }}' +set -x GITHUB_AUTH_TOKEN "op://Private/github.com/pac" +alias gh="op run -- gh" -set -x JIRA_API_TOKEN '{{ onepasswordRead "op://Private/Atlassian/jira key" }}' -set -x KAGI_API_KEY '{{ onepasswordRead "op://Shared/Kagi/api_key" }}' +set -x OLLAMA_HOST '100.108.156.33:11434' # LLM Crap -set -x OPENROUTER_API_KEY '{{ onepasswordRead "op://Shared/OpenRouter/keys/shell" }}' -set -x OPENROUTER_KEY "$OPENROUTER_API_KEY" -set -x PARALLEL_API_KEY '{{ onepasswordRead "op://Private/Parallel.ai/api key" }}' -set -x PERPLEXITY_API_KEY '{{ onepasswordRead "op://Private/nkhcb2h2ecfh26hksdgpw5txfu/api keys/CLI" }}' -set -x PERPLEXITY_LENSES '{{ onepasswordRead "op://Private/nkhcb2h2ecfh26hksdgpw5txfu/lenses/text" }}' -set -x SYNTHETIC_API_KEY '{{ onepasswordRead "op://Private/Synthetic/keys/main" }}' -set -x MINIMAX_API_KEY '{{ onepasswordRead "op://Private/MiniMax/api_key" }}' -set -x OLLAMA_HOST '100.108.156.33:11434' +set -x OPENROUTER_API_KEY "op://Shared/OpenRouter/keys/shell" +set -x OPENROUTER_KEY "op://Shared/OpenRouter/keys/shell" +set -x SYNTHETIC_API_KEY "op://Private/Synthetic/keys/main" +set -x MINIMAX_API_KEY "op://Private/MiniMax/api_key" +alias llm="op run -- llm" +alias llm-tag="op run -- llm-tag" +alias crush="op run -- crush" +alias opencode="op run -- opencode" + +# MCP servers +set -x PERPLEXITY_API_KEY "op://Private/nkhcb2h2ecfh26hksdgpw5txfu/api keys/CLI" +set -x PERPLEXITY_LENSES "op://Private/nkhcb2h2ecfh26hksdgpw5txfu/lenses/text" +alias mcp-server-perplexity-ask="op run -- mcp-server-perplexity-ask" # PATHs fish_add_path "$XDG_DATA_HOME/npm-packages/bin"