Created
June 9, 2015 21:58
-
-
Save voidlily/624bc96073053d99f627 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 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