Skip to content

Commit

Permalink
Remove tex and fastlane from zshrc and add go
Browse files Browse the repository at this point in the history
  • Loading branch information
josh- committed Oct 30, 2019
1 parent bb658d1 commit 76a2705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ plugins=(josh nanoc git osx zsh-history-substring-search brew z zsh-syntax-highl
source $ZSH/oh-my-zsh.sh

# PATH
TEXPATH=/Library/TeX/texbin
FASTLANEPATH="$HOME/.fastlane/bin"
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:$TEXPATH:$FASTLANEPATH:$PATH
export GOPATH="${HOME}/go"
export GOROOT="$(brew --prefix golang)/libexec"
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:${GOPATH}/bin:${GOROOT}/bin:$PATH

0 comments on commit 76a2705

Please sign in to comment.