1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-31 14:17:45 +00:00
Commit graph

5 commits

Author SHA1 Message Date
ziboh
10fc3797e0
fix(fnm): Automatic version switching failed. (#1064)
![image](https://github.com/user-attachments/assets/c31f7a3a-e312-4773-bb25-5e3c10747bd6)
2025-03-07 07:09:20 -06:00
ziboh
096daa436d
Fix the fnm bug of Nushell reloading (#1058)
![image](https://github.com/user-attachments/assets/a528e891-1be3-4e87-ba5b-6f3f989177a6)
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