summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 4 insertions, 1 deletions
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"