legacy-dotfiles/.bash_profile
2012-02-27 09:16:23 +01:00

5 lines
207 B
Bash

# -*- eval: (git-auto-commit-mode 1) -*-
export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"
export INFOPATH="${HOME}/documents/info:${INFOPATH}"
export PATH="${HOME}/bin:${PATH}:/usr/local/bin"