To register properly with iTerm2, it appears components must:
Not be symlinked files
Be executable
In addition, it appears that components no longer run in the user's login context—I needed to update the kubectl component to directly reference /usr/local/bin/kubectl, as an example. I tried getting the environment variable component to work to no avail, and it was likely due to this challenge as well.
Fixes #15
Fixes #12
Not sure about #16—I still haven't run into that error. Maybe it's fixed?
To register properly with iTerm2, it appears components must:
In addition, it appears that components no longer run in the user's login context—I needed to update the kubectl component to directly reference
/usr/local/bin/kubectl
, as an example. I tried getting the environment variable component to work to no avail, and it was likely due to this challenge as well.Fixes #15 Fixes #12 Not sure about #16—I still haven't run into that error. Maybe it's fixed?