globalenv 0.4.2

Globally sets environment variables (and not just for the current process). Support for Windows, zsh and bash (MacOS and most Linux distros).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["config", "os"]
description = "Globally sets environment variables (and not just for the current process). Support for Windows, zsh and bash (MacOS and most Linux distros)."
edition = "2021"
keywords = ["environment", "variable", "global"]
license = "MIT"
name = "globalenv"
readme = "README.md"
repository = "https://github.com/nicolasbauw/globalenv"
version = "0.4.2"

[target."cfg(windows)".dependencies.winreg]
version = "0.7"