Created
January 17, 2013 02:42
-
-
Save FiXato/4553093 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
alias weemux='tmux -2u attach -t weemux|| tmux-weemux-setup' |
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/bash | |
sessionName=weemux | |
tmux -2u new-session -d -x 255 -y 120 -s $sessionName | |
tmux new-window -t $sessionName -n weechat "weechat-curses" | |
tmux -2u attach -t $sessionName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment