legacy-dotfiles/.zprofile

7 lines
122 B
Text
Raw Normal View History

2012-09-12 09:14:19 +02:00
export BROWSER=conkeror
2012-05-31 20:14:07 +02:00
export EDITOR="emacsclient -c -a emacs"
2012-10-19 23:03:18 +02:00
if [ -z "$SSH_AGENT_PID" ]; then
eval `ssh-agent`
fi