diff --git a/.envrc b/.envrc index 1450e5b..56ee961 100644 --- a/.envrc +++ b/.envrc @@ -2,6 +2,7 @@ export DIRENV_WARN_TIMEOUT=20s export AGENT_BROWSER_EXECUTABLE_PATH=/run/current-system/sw/bin/google-chrome-unstable export AGENT_BROWSER_ENGINE=chrome export AGENT_BROWSER_HEADED=0 +export AGENT_BROWSER_SKILLS_DIR=.claude/skills export OPENCODE_CONFIG_CONTENT="{\"plugin\":[\"superpowers@git+https://github.com/obra/superpowers.git\"]}" eval "$(devenv direnvrc)"