added ghc_home, cabal_home flags, branch config in git, sidharta->veitheller

This commit is contained in:
hellerve
2015-12-29 10:15:34 +01:00
parent 9a8e2a2cce
commit 7dba9df37f
24 changed files with 34 additions and 28 deletions

6
zshrc
View File

@@ -2,7 +2,7 @@
zstyle ':completion:*' completer _expand _complete _ignored _approximate
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'm:{[:lower:]}={[:upper:]}' 'r:|[._-_]=** r:|=**' ''
zstyle :compinstall filename '/Users/sidharta/.zshrc'
zstyle :compinstall filename '/Users/veitheller/.zshrc'
autoload -Uz compinit -D && compinit
autoload -U promptinit && promptinit
@@ -20,7 +20,9 @@ bindkey -e
export GOPATH=~/.go
export GOBIN=$GOPATH/bin
export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin:$GOBIN
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:$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