Skip to content
zero2vibecodelearn vibe coding

What export NAME=… does

Create an environment variable for this session.

exportNAME=value
  • exportcommand — set an environment variable
  • NAME=valueargument: a file, a folder, or text

What it does when you run it

$ export NAME=value
$ env
HOME=/home/user
USER=user
SHELL=/bin/zsh
PATH=/usr/local/bin:/usr/bin:/bin
NAME=value
PWD=/home/user

Run it yourself

The same files. Nothing here can break, and nothing leaves your browser.

Explain other commands

Written by Mikhail Kuzmitskii