https://github.com/captncodr/updateenv
Update an already loaded environment variable with a short command
https://github.com/captncodr/updateenv
powershell powershell-cmdlets
Last synced: 11 months ago
JSON representation
Update an already loaded environment variable with a short command
- Host: GitHub
- URL: https://github.com/captncodr/updateenv
- Owner: CaptnCodr
- Created: 2023-01-17T13:26:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T21:56:51.000Z (about 3 years ago)
- Last Synced: 2025-01-21T23:11:20.734Z (about 1 year ago)
- Topics: powershell, powershell-cmdlets
- Language: F#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Update-Env "Variable"
Update an already loaded environment variable with this PowerShell cmdlet in only one short line:
```
Update-Env "YourVar"
```
more is coming ...