We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4d951 commit 359d3c7Copy full SHA for 359d3c7
1 file changed
internal/shell/nushell.go
@@ -41,7 +41,7 @@ export-env {
41
42
# Add a pre_prompt hook that calls the above "updateVfoxEnvironment" function.
43
$env.config = ($env.config | upsert hooks.pre_prompt {
44
- let currentValue = ($env.config | get -i hooks.pre_prompt)
+ let currentValue = ($env.config | get -o hooks.pre_prompt)
45
if $currentValue == null {
46
[{updateVfoxEnvironment}]
47
} else {
0 commit comments