From 258934a46bb8763c0f89f18d0805b8a40e176050 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 30 Apr 2026 14:42:29 -0500 Subject: [PATCH] chore: update Claude code usage --- darwin/hosts/gregory/default.nix | 1 + home/baseline/nushell/functions.nu | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/darwin/hosts/gregory/default.nix b/darwin/hosts/gregory/default.nix index 5d496d2..30e8794 100644 --- a/darwin/hosts/gregory/default.nix +++ b/darwin/hosts/gregory/default.nix @@ -31,6 +31,7 @@ in "bitwarden" "bruno" "chromium" + "claude" "dbeaver-community" "ghostty" "firefox" diff --git a/home/baseline/nushell/functions.nu b/home/baseline/nushell/functions.nu index 47a8341..0efb5f9 100644 --- a/home/baseline/nushell/functions.nu +++ b/home/baseline/nushell/functions.nu @@ -72,7 +72,7 @@ def dc [ $cmd: string = "sh" ] { def claude [ ] { unlock $env.GITLAB_TOKEN = ^bw get item 7d3da4e9-5f9a-49d0-8e14-b39c010a4001 | from json | get fields | find claudeapi | get value - $env.ANTHROPIC_API_KEY = ^bw get item e122fd08-3506-4f21-9c6a-b42b00fe5be1 | from json | get login.password + #$env.ANTHROPIC_API_KEY = ^bw get item e122fd08-3506-4f21-9c6a-b42b00fe5be1 | from json | get login.password ^claude }