Skip to content

Commit cf21f50

Browse files
committed
Add /usr/bin equivalent: 'C:\PFiles_x64\bin' for 64 bit binaries
1 parent 44ba882 commit cf21f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init-app.nu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def main [
3939
($env.LOCALAPPDATA | path join 'Microsoft' 'WindowsApps'),
4040
($env.SystemRoot | path join 'System32' 'OpenSSH'),
4141
# ($env.SystemRoot | path join 'System32' 'WindowsPowerShell' 'v1.0'),
42+
"C:\\PFiles_x64\\bin", # /usr/bin emulation
4243
$ShellHome
4344
]
4445
}

0 commit comments

Comments
 (0)