Method: Tmuxinator::Project#tmux_command

Defined in:
lib/tmuxinator/project.rb

#tmux_commandObject



196
197
198
# File 'lib/tmuxinator/project.rb', line 196

def tmux_command
  yaml["tmux_command"] || "tmux"
end