Added library path

This commit is contained in:
Veit Heller
2014-10-31 19:34:35 +01:00
parent 133e714386
commit 2b2aed0bd4
2 changed files with 2 additions and 0 deletions

View File

@@ -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 .."

1
zshrc
View File

@@ -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