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 1acd067 commit 8398287Copy full SHA for 8398287
nu-hooks/nu-hooks/direnv/config.nu
@@ -24,5 +24,5 @@
24
25
direnv export json | from json | default {} | load-env
26
# Direnv outputs $PATH as a string, but nushell silently breaks if isn't a list-like table.
27
- $env.PATH = $env.PATH | split row ':'
+ $env.PATH = $env.PATH | split row (char env_sep)
28
}
0 commit comments