Configuring zsh in OSX to auto start processes
- by calumbrodie
I've recently converted to using zsh instead of bash in OSX and was wondering if it is possible to do the following:
When I launch my terminal I would like to start various tabs and have each tab run a different process e.g tailing logs, running ruby scripts etc.
Currently I need to cmd+n multiple tabs and then manually start each process. While this doesn't take long I would like to be able to just launch my terminal and have these various tabs start and run those commands automatically.
Is this possible?