added ghc_home, cabal_home flags, branch config in git, sidharta->veitheller
This commit is contained in:
6
zshrc
6
zshrc
@@ -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
|
||||
|
Reference in New Issue
Block a user