auto-terminal-profile icon indicating copy to clipboard operation
auto-terminal-profile copied to clipboard

change profile upon opening terminal?

Open patrik-csak opened this issue 1 year ago • 1 comments

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:

  1. open terminal
  2. toggle os appearance mode
    • auto-terminal-profile will update terminal’s profile
  3. close terminal
  4. toggle os appearance mode
    • auto-terminal-profile will not update terminal’s profile because terminal is not open
  5. open terminal

it would be nice if auto-terminal-profile could update the terminal profile when terminal opens

patrik-csak avatar Feb 27 '24 00:02 patrik-csak

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

patrik-csak avatar Mar 27 '24 18:03 patrik-csak