6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
export def foo [] { "foo" }
|
|
|
|
export alias bar = echo "bar"
|
|
|
|
export-env { $env.BAZ = "baz" }
|