updated nu.env for nushell .91
This commit is contained in:
parent
22c49ed4a5
commit
67aec4db68
|
@ -129,5 +129,5 @@ if (is-installed nvim) {
|
||||||
alias vimdiff = nvim -d
|
alias vimdiff = nvim -d
|
||||||
' | save --append $conditional_config
|
' | save --append $conditional_config
|
||||||
}
|
}
|
||||||
ls ($nu.default-config-dir | path join 'scripts/**/*.nu') |
|
ls (($nu.default-config-dir | path join ('scripts/**/*.nu')) | into glob) |
|
||||||
each { |it| $"source ($it.name)\n" | save --append $conditional_config} | null
|
each { |it| $"source ($it.name)\n" | save --append $conditional_config} | null
|
||||||
|
|
Loading…
Reference in a new issue