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 f0edb31 commit c55a8f2Copy full SHA for c55a8f2
cookbook/direnv.md
@@ -22,7 +22,7 @@ $env.config = {
22
}
23
24
direnv export json | from json | default {} | load-env
25
- if 'ENV_CONVERSIONS' in ($env | columns) and 'PATH' in ($env.ENV_CONVERSIONS | columns) {
+ if 'ENV_CONVERSIONS' in $env and 'PATH' in $env.ENV_CONVERSIONS {
26
$env.PATH = do $env.ENV_CONVERSIONS.PATH.from_string $env.PATH
27
28
}]
0 commit comments