update
This commit is contained in:
parent
ade5f0e8ea
commit
0961e303c6
3 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
1
dot_config/nushell/config.nu.tmpl
Normal file
1
dot_config/nushell/config.nu.tmpl
Normal file
|
@ -0,0 +1 @@
|
|||
{{- template "nu-config.nu" . -}}
|
1
dot_config/nushell/env.nu.tmpl
Normal file
1
dot_config/nushell/env.nu.tmpl
Normal file
|
@ -0,0 +1 @@
|
|||
{{- template "nu-env.nu" . -}}
|
Loading…
Reference in a new issue