Added a few minor things

This commit is contained in:
Veit Heller
2014-07-28 10:13:02 +02:00
parent 07c6ee6c11
commit 571fa0632f
2 changed files with 3 additions and 0 deletions

1
zshrc
View File

@@ -19,6 +19,7 @@ export PATH=$PATH:/opt/local/bin:/usr/local/lib/io:~/.cabal/bin
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info
export PYTHONSTARTUP=~/.pythonrc
export NODE_PATH=/usr/local/lib/node_modules
export TERM=rxvt
alias gcc="gcc-mp-4.9"
alias g++="g++-mp-4.9"