Skip to content

Instantly share code, notes, and snippets.

@benrowe
Created November 20, 2018 20:34
Show Gist options
  • Save benrowe/7335e8be0ed8612bb7042c797c4592a5 to your computer and use it in GitHub Desktop.
Save benrowe/7335e8be0ed8612bb7042c797c4592a5 to your computer and use it in GitHub Desktop.
oh my zsh config
export ZSH=/Users/ben/.oh-my-zsh
ZSH_THEME="af-magic"
plugins=(git)
plugins=(zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
export GOPATH=$HOME/go
export GOROOT=/usr/local/opt/go/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin
export PATH=$PATH:$USER_BASE_PATH/bin
export PATH=$GOPATH/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment