summaryrefslogtreecommitdiffstats
path: root/.zprofile
blob: f850af751e2b01568278e60f310d118b8162f155 (plain)
1
2
3
4
5
6
export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"

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