Created
July 12, 2012 05:42
-
-
Save ojiry/3096073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
tmux rename-window zsh | |
tmux split-window -h | |
tmux split-window -v -t zsh.1 | |
tmux send-keys -t zsh.2 'rails s' C-m | |
tmux new-window -n tig | |
tmux send-keys -t tig.0 'tig' C-m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment