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 123cc5f commit 12bc9f1Copy full SHA for 12bc9f1
nu-hooks/nu-hooks/rusty-paths/rusty-paths.nu
@@ -19,7 +19,7 @@ $env.config = ($env.config | upsert hooks.env_change.PWD {
19
| prepend ($env.PWD | path join 'target' 'debug')
20
| prepend ($env.PWD | path join 'target' 'release')
21
| uniq
22
- )
+ )
23
}
24
25
})
0 commit comments