legacy-dotfiles/.zprofile
Tom Willemse 370726e0cc Move PATHS to .zshrc
And use a new function to make it clean
2013-04-24 02:43:56 +02:00

6 lines
122 B
Bash

export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"
if [ -z "$SSH_AGENT_PID" ]; then
eval `ssh-agent`
fi