Migrate repository from mercurial without history
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
A zsh/zshrc_sheldon
@@ -0,0 +1,5 @@ +if [[ ! -S $SSH_AUTH_SOCK ]] +then + eval `ssh-agent | sed -e '/^echo/d'` + linkAuthSock $SSH_AUTH_SOCK +fi