all: misc changes from the last few months

This commit is contained in:
2018-05-02 13:49:10 +02:00
parent b635d5de51
commit 8d2b3dbb92
5 changed files with 13 additions and 2 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:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:~/.local/bin:$GOBIN
export PATH=$GHC_HOME:$PATH:$CABAL_HOME/bin:/opt/local/bin:/usr/local/sbin:/usr/local/opt/llvm/bin:~/.local/bin:$GOBIN:~/.cargo/bin
export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man
export INFOPATH=$INFOPATH:/opt/local/share/info
export PYTHONSTARTUP=~/.pythonrc