summary refs log tree commit diff stats
path: root/zsh/prefect.zsh
blob: 997ba3915e5a6d221602f5e6f44f440f03e60866 (plain)
1
2
3
4
5
6
7
8
9
10
EDITOR="emacs"
VISUAL="emacs"

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

export WINEARCH="win32"