Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sanceilaks/nu-refreshenv-win

nushell command for updating PATH variable on windows
https://github.com/Sanceilaks/nu-refreshenv-win

Last synced: about 2 months ago
JSON representation

nushell command for updating PATH variable on windows

Awesome Lists containing this project

README

        

# nu-refreshenv-win
nushell command for updating PATH variable on windows

like 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