Update .zshrc

This commit is contained in:
Kasper Juul Hermansen 2023-10-26 21:46:00 +02:00
parent 52a98982ca
commit 0a321a7e4a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -18,7 +18,8 @@ export PATH=/opt/homebrew/bin:$PATH
export PATH="/Users/kah/.rustup/toolchains/nightly-aarch64-apple-darwin/bin:$PATH"
{{ end }}
export SHUTTLE_REMOTE_TRACING=default
export SHUTTLE_INTERACTIVE=true
export SHUTTLE_REMOTE_TRACING=remote
export SHUTTLE_REMOTE_TRACING_URL=https://shuttle-telemetry.dev.lunar.tech/publish/batch
export GITHUB_TOKEN={{ .github_token | quote }}