added racket cloc plugin and simplified PATH

This commit is contained in:
hellerve
2017-01-30 14:25:53 +01:00
parent ce88492373
commit 0749a040f2
2 changed files with 6 additions and 1 deletions

2
zshrc
View File

@@ -24,7 +24,7 @@ export GOPATH=~/.go
export GOBIN=$GOPATH/bin
export GHC_HOME=/usr/local/bin
export CABAL_HOME=$HOME/.cabal/
export PATH=$GHC_HOME:$CABAL_HOME/bin:$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin:/usr/local/opt/llvm/bin:$GOBIN
export PATH=$GHC_HOME:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:$GOBIN
export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man
export INFOPATH=$INFOPATH:/opt/local/share/info
export PYTHONSTARTUP=~/.pythonrc