From 72543443a196953be283a9d9179f48d952f8d9be Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 31 May 2012 20:14:07 +0200 Subject: .zprofile --- .zprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf