getenv
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" }}
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" }}