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