Created
August 26, 2011 16:22
-
-
Save seeflanigan/1173786 to your computer and use it in GitHub Desktop.
Aliases for pairing
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 pairtunl='ssh -fNR 4242:localhost:22 $1' | |
| alias pairinit='tmux -S /tmp/pairing new-session -d -s pairing' | |
| alias pairjoin='tmux -S /tmp/pairing attach -t pairing' | |
| # alias pairmuch='pairtunl $1 && pairinit && pairjoin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment