Skip to content

Commit c55a8f2

Browse files
Jasha10fdncred
andauthored
Update cookbook/direnv.md
Co-authored-by: Darren Schroeder <[email protected]>
1 parent f0edb31 commit c55a8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/direnv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $env.config = {
2222
}
2323
2424
direnv export json | from json | default {} | load-env
25-
if 'ENV_CONVERSIONS' in ($env | columns) and 'PATH' in ($env.ENV_CONVERSIONS | columns) {
25+
if 'ENV_CONVERSIONS' in $env and 'PATH' in $env.ENV_CONVERSIONS {
2626
$env.PATH = do $env.ENV_CONVERSIONS.PATH.from_string $env.PATH
2727
}
2828
}]

0 commit comments

Comments
 (0)