Show environment¶
show_environment¶
show_environmentShow tmux environment variables.
- Returns:
Use when you need to inspect tmux environment variables.
Side effects: None. Readonly.
Example:
{
"tool": "show_environment",
"arguments": {}
}
Response:
{
"variables": {
"SHELL": "/bin/zsh",
"TERM": "xterm-256color",
"HOME": "/home/user",
"USER": "user",
"LANG": "C.UTF-8"
}
}
Parameters