summaryrefslogtreecommitdiff
path: root/src/os/env.zig
AgeCommit message (Expand)Author
2025-09-21xdg: treat empty env vars as not existingJeffrey C. Ollie
2025-02-11gtk(x11): set `WINDOWID` env var for subprocessesLeah Amelia Chen
2025-02-03core: fix puralization of src/os/env.zig Errors->ErrorJeffrey C. Ollie
2025-02-03core: handle src/os/env.zig errors on windowsJeffrey C. Ollie
2025-02-03core: add explicit errors to src/os/env.zigJeffrey C. Ollie
2024-12-16os: add prependEnv(), like appendEnv()Jon Parise
2024-11-19os: replace PATH_SEP with std.fs.path.delimiterJon Parise
2024-07-18tweaksMitchell Hashimoto
2024-07-19fix: instead of overriding MANPATHs set by OS, append to themƁukasz Niemier
2024-03-22update zigMitchell Hashimoto
2024-01-31termio/exec: only add ghostty path if it isn't already in pathMitchell Hashimoto
2023-11-05os: rename env to be posix-like, do not allocate on posixMitchell Hashimoto
2023-11-05windows: add support for the glfw backend on Windowskcbanner
2023-09-20os: appendEnvMitchell Hashimoto