chore: update Claude code usage

This commit is contained in:
Greg Hellings
2026-04-30 14:42:29 -05:00
parent 2476be3799
commit 258934a46b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ in
"bitwarden"
"bruno"
"chromium"
"claude"
"dbeaver-community"
"ghostty"
"firefox"
+1 -1
View File
@@ -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
}