legacy-dotfiles/.zprofile

6 lines
229 B
Text
Raw Normal View History

2012-02-28 15:37:45 +01:00
# -*- eval: (git-auto-commit-mode 1) -*-
2012-05-31 20:14:07 +02:00
export BROWSER=firefox
export EDITOR="emacsclient -c -a emacs"
export INFOPATH="${HOME}/documents/info:${INFOPATH}"
export PATH="${HOME}/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin"