Skip to content

Instantly share code, notes, and snippets.

@raine
Created April 3, 2014 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raine/9959292 to your computer and use it in GitHub Desktop.
Save raine/9959292 to your computer and use it in GitHub Desktop.
#!/bin/bash
# this is for setting up a session in tmux
tmux set default-path $(pwd)
tmux rename-session $(basename $(pwd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment