mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Update .zshrc
This commit is contained in:
parent
a96f971562
commit
d89530505c
1 changed files with 4 additions and 1 deletions
|
|
@ -1,15 +1,18 @@
|
|||
export GOPATH=$HOME/go
|
||||
export DOTFILES=$HOME/.dotfiles
|
||||
#:/usr/local/src:/go
|
||||
# echo WELCOME!
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export GOPATH=$HOME/go
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export PATH=/usr/local/opt/gettext/bin:$PATH
|
||||
export PATH=/usr/local/opt/bison/bin:$PATH
|
||||
export PATH=$PATH:$DOTFILES/bin
|
||||
export PATH=$PATH:$HOME/.iterm2
|
||||
|
||||
export GIT_SRCDIR=$GOPATH/src/github.com
|
||||
mkdir -p ${GIT_SRCDIR}
|
||||
|
||||
export LDFLAGS="-L/usr/local/opt/bison/lib"
|
||||
export CC=clang
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue