Skip to content

Commit

Permalink
move ssh from git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
c02y committed Apr 7, 2019
1 parent 7cb3855 commit 2931be3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ssh/.ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# speed up git,
# http://droidyue.com/blog/2014/10/15/speed-up-your-git/
# http://interrobeng.com/2013/08/25/speed-up-git-5x-to-50x/
ControlMaster auto
#ControlPath /tmp/%r@%h:%p
ControlPath /tmp/[email protected]:22
ControlPath /tmp/[email protected]:22
ControlPath /tmp/[email protected]:22
ControlPersist yes

Host *
PermitLocalCommand yes
LocalCommand if [[ $TERM == xterm-256color ]]; then printf "\033k%h\033\\"; fi

0 comments on commit 2931be3

Please sign in to comment.