auto-terminal-profile
auto-terminal-profile copied to clipboard
change profile upon opening terminal?
starting in v3.0.2, auto-terminal-profile only updates the profile if terminal is open
this means that, in the following scenario, the terminal profile will be incorrect:
- open terminal
- toggle os appearance mode
- auto-terminal-profile will update terminal’s profile
- close terminal
- toggle os appearance mode
- auto-terminal-profile will not update terminal’s profile because terminal is not open
- open terminal
it would be nice if auto-terminal-profile could update the terminal profile when terminal opens
in v4.0.0, i made auto-terminal-profile update-profile work without the environment variable, so that command can be added to .zshrc. instructions
still, it would be nice if this could be done in a more native way because update-profile adds a noticeable amount of startup time when added to .zshrc