mirror of
https://github.com/nushell/nushell.git
synced 2025-05-19 01:10:48 +02:00
More Windows conversions
This commit is contained in:
parent
f691c71ebe
commit
4ef91e4a7a
@ -1,7 +1,7 @@
|
|||||||
use std/log
|
use (['std', 'log'] | path join)
|
||||||
export-env {
|
export-env {
|
||||||
# Place NU_FORMAT... environment variables in module-scope
|
# Place NU_FORMAT... environment variables in module-scope
|
||||||
export use std/log *
|
export use (['std', 'log'] | path join) *
|
||||||
}
|
}
|
||||||
|
|
||||||
def "nu-complete threads" [] {
|
def "nu-complete threads" [] {
|
||||||
|
Loading…
Reference in New Issue
Block a user