export PATH=$HOME/scripts:/usr/local/bin:$PATH
export PATH=/usr/local/opt/grep/libexec/gnubin:$PATH
+export PATH=/Users/andrew/Library/Python/3.7/bin:$PATH
+export PATH=/Users/andrew/scripts:$PATH
+export GOPATH=$HOME/.go
+export PATH=$GOPATH:$GOPATH/bin:$PATH
+export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export ZSH=$HOME/.oh-my-zsh
# ---
# ---
# Appearance
# ---
- ZSH_THEME="agnoster"
+ ZSH_THEME="agnoster-custom"
COMPLETION_WAITING_DOTS="true"
# plugins can be found in ~/.oh-my-zsh/plugins/*