Show environment¶
show_environment¶
Show tmux environment variables.
- Returns:
Use when you need to inspect tmux environment variables.
Side effects: The built-in request reads data only. A configured alias or hook can add effects; see Trust model.
Example:
{
"tool": "show_environment",
"arguments": {}
}
Response:
{
"variables": {
"SHELL": "/bin/zsh",
"TERM": "xterm-256color",
"HOME": "/home/user",
"USER": "user",
"LANG": "C.UTF-8"
}
}
Parameters