RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: leandata
I'm trying to set up my tmuxinator config file to start zeus before it runs zeus c, zeus s in my panes.
zeus c
zeus s
Adding zeus start to the pre: config fails, because Zeus prevents tmux from loading.
zeus start
pre:
I tried starting it as a daemon with zeus start &, but zeus tries to refresh the screen, which screws up the tmux display.
zeus start &
How did you work with this?
I'm trying to set up my tmuxinator config file to start zeus before it runs
zeus c
,zeus s
in my panes.Adding
zeus start
to thepre:
config fails, because Zeus prevents tmux from loading.I tried starting it as a daemon with
zeus start &
, but zeus tries to refresh the screen, which screws up the tmux display.How did you work with this?