Update .zshrc

This commit is contained in:
2023-10-26 21:46:00 +02:00
parent 52a98982ca
commit 0a321a7e4a

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 }}