Gopher
FUNCTIONS

getenv

Returns the value of an environment variable.

Syntax

getenv VARIABLE

Takes a string containing the name of the variable as input. Returns an empty string if the variable is not set, otherwise returns the value of the variable.

{{ getenv "HOME" }}