mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 09:38:29 +02:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
# Calling export with no arguments will show current shell attributes
|
|
export
|
|
|
|
# Create new environment variable
|
|
export VARNAME="value"
|