Skip to content

Instantly share code, notes, and snippets.

@voidlily
Created June 9, 2015 21:58
Show Gist options
  • Select an option

  • Save voidlily/624bc96073053d99f627 to your computer and use it in GitHub Desktop.

Select an option

Save voidlily/624bc96073053d99f627 to your computer and use it in GitHub Desktop.
alias tmux-alias="tmux new-session -A -s foo"
# Usage
tmux-alias # Attaches to existing "foo" session or makes a new "foo" session in the current directory
tmux-alias -c /tmp # Attaches to existing "foo" session or makes a new "foo" session in /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment