We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822672 commit 69ea04eCopy full SHA for 69ea04e
1 file changed
plugins/claude.sh
@@ -9,10 +9,11 @@ function _activate_claude() {
9
fi
10
ANTHROPIC_API_KEY="$(pass show "keys/claude.ai")"
11
export ANTHROPIC_API_KEY
12
+ alias claude="claude --dangerously-skip-permissions"
13
__var=0
14
}
15
-function _install_claude() {
16
+function _install_claude_npm() {
17
before_strict
18
# sudo npm install -g "@anthropic-ai/claude-code"
19
npm install -g "@anthropic-ai/claude-code"
@@ -26,4 +27,4 @@ function _uninstall_claude() {
26
27
after_strict
28
29
-register _activate_claude
30
+register_interactive _activate_claude
0 commit comments