diff options
Diffstat (limited to 'home/.config/sh')
| -rw-r--r-- | home/.config/sh/envrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/sh/envrc b/home/.config/sh/envrc index ec75d82..95918c8 100644 --- a/home/.config/sh/envrc +++ b/home/.config/sh/envrc @@ -191,3 +191,6 @@ if [ "$(uname -n)" = "hercules" ]; then # shellcheck source=/dev/null [ -r ~/.config/sh/envrc ] && . ~/.config/sh/work-envrc fi + +export FIRECRAWL_API_KEY="$(pass show copilot/firecrawl-api-key)" +export SENTRY_ACCESS_TOKEN="$(pass show copilot/sentry-access-token)" |
