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