We can also use export to modify an existing environment variable. Let's try to add something to $PATH!

Great work! We follow export with the environment variable to modify and assign the directory to it.

Might we have to include PATH so it doesn't lose its current content?