summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-31 17:59:10 +0200
committerGravatar Tom Willemse2013-05-31 18:06:15 +0200
commit7e2091503b2c383005180ff0c835c03ded1b8b87 (patch)
treecec450542c23c6ebbfcb797382d9c6e8d107f8d5 /.zprofile
parente68f45b48b7197cb933a5ed93745277bc6f8c192 (diff)
downloaddotfiles-7e2091503b2c383005180ff0c835c03ded1b8b87.tar.gz
dotfiles-7e2091503b2c383005180ff0c835c03ded1b8b87.zip
Move path manipulation back to .zprofile
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile16
1 files changed, 16 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index f850af7..56459c8 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,6 +1,22 @@
export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"
+function add-to-list()
+{
+ source "$HOME"/.zsh/functions/add-to-list
+}
+
+add-to-list PATH "$HOME/usr/bin"
+add-to-list PATH "/usr/local/clark/bin" t
+export PATH
+
+add-to-list INFOPATH "$HOME/documents/info"
+add-to-list INFOPATH "$HOME/.emacs.d/vendor-lisp/org/doc"
+add-to-list INFOPATH "/usr/share/info" t
+add-to-list INFOPATH "/usr/local/share/info" t
+add-to-list INFOPATH "/usr/local/clark/share/info" t
+export INFOPATH
+
if [ -z "$SSH_AGENT_PID" ]; then
eval `ssh-agent`
fi