all repos — dotfiles @ db9f688ce7596d8a25a85599a7eaa6911c60aff4

Superseded by nixfiles

zsh/prefect.zsh (view raw)

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"