summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-31 20:14:07 +0200
committerGravatar Tom Willemsen2012-05-31 20:14:07 +0200
commit72543443a196953be283a9d9179f48d952f8d9be (patch)
treef60d5f319627d30cc8dd57cde172ed683c237d18 /.zprofile
parente72f619dac8df2f951d9393a421543094f4134a4 (diff)
downloaddotfiles-72543443a196953be283a9d9179f48d952f8d9be.tar.gz
dotfiles-72543443a196953be283a9d9179f48d952f8d9be.zip
.zprofile
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 779a315..f54a30f 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,2 +1,5 @@
# -*- eval: (git-auto-commit-mode 1) -*-
-export PATH="${HOME}/bin:${PATH}:/usr/local/bin"
+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"