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 44ba882 commit cf21f50Copy full SHA for cf21f50
init-app.nu
@@ -39,6 +39,7 @@ def main [
39
($env.LOCALAPPDATA | path join 'Microsoft' 'WindowsApps'),
40
($env.SystemRoot | path join 'System32' 'OpenSSH'),
41
# ($env.SystemRoot | path join 'System32' 'WindowsPowerShell' 'v1.0'),
42
+ "C:\\PFiles_x64\\bin", # /usr/bin emulation
43
$ShellHome
44
]
45
}
0 commit comments