diff options
| author | 2026-04-11 17:12:04 +0100 | |
|---|---|---|
| committer | 2026-04-11 17:12:04 +0100 | |
| commit | a6cd681319d4c2ef6bf1c7d181d3cf9faaca4fed (patch) | |
| tree | a39027a6387c4f2ffb4ada9eaa8cb342e4dbd5f9 /home/.config | |
| parent | ff79f1318f2bc22016eeeb024ce67f59b3cd4f54 (diff) | |
| download | dotfiles-a6cd681319d4c2ef6bf1c7d181d3cf9faaca4fed.tar.gz dotfiles-a6cd681319d4c2ef6bf1c7d181d3cf9faaca4fed.tar.bz2 dotfiles-a6cd681319d4c2ef6bf1c7d181d3cf9faaca4fed.zip | |
Diffstat (limited to 'home/.config')
| -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)" |
