legacy-dotfiles/.bash_profile

6 lines
229 B
Bash
Raw Normal View History

2012-02-25 21:30:24 +01:00
# -*- eval: (git-auto-commit-mode 1) -*-
2012-04-04 20:15:39 +02:00
export BROWSER=firefox
2012-02-25 21:30:24 +01:00
export EDITOR="emacsclient -c -a emacs"
export INFOPATH="${HOME}/documents/info:${INFOPATH}"
2012-04-30 11:28:29 +02:00
export PATH="${HOME}/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin"