You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TZ_LIST is an environment variable, which can be exported from your command-line shell. With macOS, the default shell is zsh. So you can do this (replacing TZ1, TZ2, and TZ3 with your preferences):
export TZ_LIST="TZ1;TZ2;TZ3"
To also make it permanent, you can add the above line to the file .zshenv (or .zshrc) in your user home directory.
oz
changed the title
location of TZ_LIST
location of TZ_LIST and configuration
Feb 14, 2025
Since v0.8.0, tz can be configured from several places. The README files has a configuration section that explains how to use environment variables, or a configuration file (here's a sample).
I am looking for the location of TZ_LIST on an Apple Mac.
Where is this located?
The text was updated successfully, but these errors were encountered: