summary refs log tree commit diff stats
path: root/zsh/zshrc_prefect
blob: e86b955b24696ad87f77196651d30bd102afaaa2 (plain)
1
2
3
4
5
6
7
8
EDITOR="emacs"
VISUAL="emacs"

if [[ ! -S $SSH_AUTH_SOCK ]]
then
	eval `ssh-agent | sed -e '/^echo/d'`
	linkAuthSock $SSH_AUTH_SOCK
fi