ConstConstruct conditions evaluated when the shell starts.
Combine conditions with shell AND.
Combine conditions with shell OR.
Define an alias; its command text is interpreted when the alias runs.
Set a shell variable without exporting it.
Use a command's stdout as a value via command substitution.
Describe a command and its arguments. Use capture for its output or eval for initialization code.
Join literals and expressions into one shell value.
Set and export an environment variable.
Expand a path under the shell's HOME at runtime.
Keep wrapper paths first after interactive environment hooks without duplicating hooks.
Prepend paths while retaining the current PATH.
Insert literal shell code without validation or quoting. Prefer typed helpers for ordinary statements.
Source another shell file. With ifExists: true, source only when readable.
Generate a shell-time conditional containing one or more statements.
Build shell statements without hand-written quoting. Helpers describe code; they do not execute commands.