summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index 631e8a0..5d4d30e 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,6 +1,7 @@
-export BROWSER=conkeror
+# -*- eval: (git-auto-commit-mode 1) -*-
+export BROWSER=firefox
export EDITOR="emacsclient -c -a emacs"
-export INFOPATH="${HOME}/documents/info:/usr/local/emacs/share/info:/usr/share/info:/usr/local/stumpwm/share/info"
+export INFOPATH="${HOME}/documents/info:${INFOPATH}"
PATH="${HOME}/usr/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin"
PATH="/usr/local/scwm/bin:$PATH"