We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f54b1a commit 0b4a1a6Copy full SHA for 0b4a1a6
nu-hooks/nu-hooks/rusty-paths/rusty-paths.nu
@@ -16,8 +16,8 @@ $env.config = ($env.config | upsert hooks.env_change.PWD {
16
code: {
17
$env.PATH = (
18
$env.PATH
19
- | prepend ($env.PWD | path join 'target/debug')
20
- | prepend ($env.PWD | path join 'target/release')
+ | prepend ($env.PWD | path join 'target' 'debug')
+ | prepend ($env.PWD | path join 'target' 'release')
21
| uniq
22
)
23
}
0 commit comments