logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Export Variables - Set Shell Variables | Online Free DevTools by Hexmos

Set shell variables instantly with Export Variables. Easily manage environment variables for child processes on Linux, macOS, and Unix systems. Free online tool, no registration required.

export

Export shell variables to child processes. More information: https://manned.org/export.1posix.

  • Set an environment variable:

export {{VARIABLE}}={{value}}

  • Append a pathname to the environment variable PATH:

export PATH=$PATH:{{path/to/append}}

See Also