Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sanceilaks/nu-refreshenv-win
nushell command for updating PATH variable on windows
https://github.com/Sanceilaks/nu-refreshenv-win
Last synced: 3 months ago
JSON representation
nushell command for updating PATH variable on windows
- Host: GitHub
- URL: https://github.com/Sanceilaks/nu-refreshenv-win
- Owner: Sanceilaks
- Created: 2024-07-10T18:33:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T19:16:51.000Z (6 months ago)
- Last Synced: 2024-08-02T10:27:32.085Z (6 months ago)
- Language: Nushell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nu - refreshenv
README
# nu-refreshenv-win
nushell command for updating PATH variable on windowslike choco, but for nushell
# Installation
## If you have my script installer
```nu
install-script https://raw.githubusercontent.com/Sanceilaks/nu-refreshenv-win/main/refreshenv.nu | source $nu.config-path
```
## else
```nu
http get https://raw.githubusercontent.com/Sanceilaks/my-nushell-scripts/main/install_script.nu --raw | prepend "\n" | save $nu.config-path --append | source $nu.config-path | install-script https://raw.githubusercontent.com/Sanceilaks/nu-refreshenv-win/main/refreshenv.nu | source $nu.config-path
```
## or install it manualy