all repos — nixfiles @ cfc894f238825d3c7079eae2c6d9fb7798a0d0be

System and user configuration, managed by nix and home-manager

zsh/zshrc_prefect (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"