summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-28 09:42:09 +0200
committerGravatar Tom Willemsen2012-06-28 09:42:09 +0200
commitf0d9919b3839030eb68d45e663904c7a9fb64b7f (patch)
tree7c48470cbf153188215a7ace5979559ad632f094 /.zprofile
parenta5d935b7d1701789a454cd3d2cc3bebdf5eb3c83 (diff)
downloaddotfiles-f0d9919b3839030eb68d45e663904c7a9fb64b7f.tar.gz
dotfiles-f0d9919b3839030eb68d45e663904c7a9fb64b7f.zip
.zprofile
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"