From 0961e303c653e4dd354d8d21d80e84c89d9d9b21 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 19 Jun 2024 13:52:39 -0500 Subject: [PATCH] update --- .chezmoitemplates/nu-env.nu | 2 +- dot_config/nushell/config.nu.tmpl | 1 + dot_config/nushell/env.nu.tmpl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 dot_config/nushell/config.nu.tmpl create mode 100644 dot_config/nushell/env.nu.tmpl diff --git a/.chezmoitemplates/nu-env.nu b/.chezmoitemplates/nu-env.nu index 2ee5454..a922c60 100644 --- a/.chezmoitemplates/nu-env.nu +++ b/.chezmoitemplates/nu-env.nu @@ -102,7 +102,7 @@ $env.NU_PLUGIN_DIRS = [ # source ($nu.default-config-dir | path join 'custom.nu') $env.ANDROID_HOME = '/Users/michael/Library/Android/sdk' -$env.EDITOR = 'hx' +$env.EDITOR = 'nvim' $env.OPAM_SWITCH_PREFIX = '~/.opam/5.1.0' $env.OCAML_TOPLEVEL_PATH = '~/.opam/5.1.0/lib/toplevel' diff --git a/dot_config/nushell/config.nu.tmpl b/dot_config/nushell/config.nu.tmpl new file mode 100644 index 0000000..eb8364a --- /dev/null +++ b/dot_config/nushell/config.nu.tmpl @@ -0,0 +1 @@ +{{- template "nu-config.nu" . -}} \ No newline at end of file diff --git a/dot_config/nushell/env.nu.tmpl b/dot_config/nushell/env.nu.tmpl new file mode 100644 index 0000000..2a602cd --- /dev/null +++ b/dot_config/nushell/env.nu.tmpl @@ -0,0 +1 @@ +{{- template "nu-env.nu" . -}} \ No newline at end of file