forked from extern/nushell
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
export def foo [] { "foo" }
|
|
|
|
export alias bar = "bar"
|
|
|
|
export-env { let-env BAZ = "baz" }
|