ziboh
10fc3797e0
fix(fnm): Automatic version switching failed. ( #1064 )
...

2025-03-07 07:09:20 -06:00
ziboh
096daa436d
Fix the fnm bug of Nushell reloading ( #1058 )
...

Opening a terminal in nvim results in the error shown above.
2025-02-25 06:22:18 -06:00
Stefan Holderbach
fd686c0b0c
Rename range
to slice
( #1014 )
...
Followup for https://github.com/nushell/nushell/pull/14825
2025-01-17 06:26:29 -06:00
Piepmatz
85da8c2fb5
Use Existing Path Env Var for FNM ( #632 )
...
The module for `fnm` did not set the path for Windows correctly. I fixed
it by searching for the used `Path` variable (or `PATH`) and use that
instead.
Works now better on Windows without breaking other OSes.
2023-10-07 16:25:15 +02:00
daniel sieradski
411496d311
Add support for fnm ( #593 )
...
* add fnm
Signed-off-by: Daniel Sieradski <daniel@self.agency>
* restore path list
---------
Signed-off-by: Daniel Sieradski <daniel@self.agency>
2023-09-08 06:18:55 -05:00