From f0d9919b3839030eb68d45e663904c7a9fb64b7f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Jun 2012 09:42:09 +0200 Subject: .zprofile --- .zprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index f54a30f..0da982a 100644 --- a/.zprofile +++ b/.zprofile @@ -2,4 +2,7 @@ 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" + +PATH="${HOME}/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin" +PATH="$HOME/code/ext/emacs/trunk/lib-src:$PATH" +export PATH="$HOME/code/ext/emacs/trunk/src:$PATH" -- cgit v1.2.3-54-g00ecf