Took a while to troubleshoot why my shell script wasn’t running in Keyboard Maestro. Turns out I needed to add #!/bin/zsh -l
to launch it with ZSH, with the -l
switch to read my zprofile dot file.
Software Developer and occasional writer of music. Based in Melbourne, Australia.
Took a while to troubleshoot why my shell script wasn’t running in Keyboard Maestro. Turns out I needed to add #!/bin/zsh -l
to launch it with ZSH, with the -l
switch to read my zprofile dot file.