You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
You should be able to have tmux auto started for you by adding the following to your ~/.bash_profile or, in my case, ~/.zshrc (you should really check out zsh if you haven't yet!).
case$-in*i*)
if [ -z"$TMUX" ];thenexec tmux;fiesac
If you want to load specific layouts within multiple windows, then I'd recommend checking out the tmuxinator ruby gem here: https://github.com/tmuxinator/tmuxinator. If you get going with tmuxinator then you'd need to change the command in the above code snippet from exec tmux; to exec tmuxinator start project_name_here;.
create default tmux config and start tmux session automatically if tmux installed
The text was updated successfully, but these errors were encountered: