nushell: add envVars attribute (#3930)
This commit is contained in:
parent
0e4c33d760
commit
788777b536
3 changed files with 19 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
let-env FOO = 'BAR'
|
||||
|
||||
|
||||
let-env BAR = $'(echo BAZ)'
|
||||
|
|
@ -20,6 +20,8 @@
|
|||
"lsname" = "(ls | get name)";
|
||||
"ll" = "ls -a";
|
||||
};
|
||||
|
||||
environmentVariables = { BAR = "$'(echo BAZ)'"; };
|
||||
};
|
||||
|
||||
test.stubs.nushell = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue