Skip to content

Commit

Permalink
Renamed tmux socket
Browse files Browse the repository at this point in the history
  • Loading branch information
finack committed Mar 2, 2012
1 parent 4b08d53 commit 7052b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/aliases/general
Expand Up @@ -27,8 +27,8 @@ setup_git() {
}

setup_tmux() {
chmod a+rwx /tmp/pair
echo -e "#!/bin/zsh\nSSH_AUTH_SOCK=$SSH_AUTH_SOCK tmux -S /tmp/pair attach" > /tmp/pair-me-up-scotty
chmod a+rwx /tmp/p_tmux
echo -e "#!/bin/zsh\nSSH_AUTH_SOCK=$SSH_AUTH_SOCK tmux -S /tmp/p_tmux attach" > /tmp/pair-me-up-scotty
chmod a+rx /tmp/pair-me-up-scotty
echo "Don't forget to git pair"
}
Expand Down

0 comments on commit 7052b81

Please sign in to comment.