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