From 0a321a7e4a49474c32ced20fb0a4f0f1b89bbfc7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 26 Oct 2023 21:46:00 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 8d08b54..6cc3f41 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -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 }}