Update .config/helix/languages.toml
Update .zshrc
This commit is contained in:
parent
7875203634
commit
dbd76d1c5f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user