Skip to content

nushell command for updating PATH variable on windows

Notifications You must be signed in to change notification settings

Sanceilaks/nu-refreshenv-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

nu-refreshenv-win

nushell command for updating PATH variable on windows

like choco, but for nushell

Installation

If you have my script installer

install-script https://raw.githubusercontent.com/Sanceilaks/nu-refreshenv-win/main/refreshenv.nu | source $nu.config-path

else

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

About

nushell command for updating PATH variable on windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published