Skip to content

Instantly share code, notes, and snippets.

@FiXato
Created January 17, 2013 02:42
Show Gist options
  • Save FiXato/4553093 to your computer and use it in GitHub Desktop.
Save FiXato/4553093 to your computer and use it in GitHub Desktop.
alias weemux='tmux -2u attach -t weemux|| tmux-weemux-setup'
#!/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