Update .config/helix/languages.toml

Update .zshrc
This commit is contained in:
Kasper Juul Hermansen 2024-03-29 23:24:45 +01:00
parent 7875203634
commit dbd76d1c5f
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 18 additions and 0 deletions

View File

@ -46,3 +46,19 @@ indent = { tab-width = 2, unit = " " }
formatter = { command = 'prettier', args = ["--parser", "typescript"] }
auto-format = true
[language.debugger]
command = "codelldb"
name = "codelldb"
port-arg = "--port {}"
transport = "tcp"
[[language.debugger.templates]]
name = "binary"
request = "launch"
[[language.debugger.templates.completion]]
completion = "filename"
name = "binary"
[language.debugger.templates.args]
program = "{0}"
runInTerminal = true

View File

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