Skip to content

Instantly share code, notes, and snippets.

@b1naryth1ef
Created December 4, 2014 13:30
Show Gist options
  • Save b1naryth1ef/b1190cd6790ccbe5c921 to your computer and use it in GitHub Desktop.
Save b1naryth1ef/b1190cd6790ccbe5c921 to your computer and use it in GitHub Desktop.
Include this in your bashrc, and use `tux <tmux_name>` to attach and create tmuxes.
function tux {
tmux new-session -s $1 -d
tmux attach -t $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment