From 2b2aed0bd49be80dab1a583d3c95e1e7372c3b7f Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 31 Oct 2014 19:34:35 +0100 Subject: [PATCH] Added library path --- bash_profile | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/bash_profile b/bash_profile index 083331b..e27a2c7 100644 --- a/bash_profile +++ b/bash_profile @@ -1,6 +1,7 @@ export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info +export LIBRARY_PATH=/opt/local/lib:$LIBRARY_PATH export PYTHONSTARTUP=~/.pythonrc alias psg="ps aux | grep -v grep | grep -i -e VSZ -e" alias ..="cd .." diff --git a/zshrc b/zshrc index 5bad030..3ca5c67 100644 --- a/zshrc +++ b/zshrc @@ -18,6 +18,7 @@ bindkey -e export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info +export LIBRARY_PATH=/opt/local/lib:$LIBRARY_PATH export PYTHONSTARTUP=~/.pythonrc export NODE_PATH=/usr/local/lib/node_modules export TERM=rxvt