export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"

if [ -z "$SSH_AGENT_PID" ]; then
    eval `ssh-agent`
fi