Merge branch 'larry' of ssh://charles/tank/andrew/code/dotfiles into larry
authorAndrew Lorimer <andrew@lorimer.id.au>
Thu, 2 May 2019 03:55:33 +0000 (13:55 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Thu, 2 May 2019 03:55:33 +0000 (13:55 +1000)
1  2 
zsh/.zshrc
diff --combined zsh/.zshrc
index 551a9ae283f3812fdc7fb8adf6e6b9bd994d0f2c,c78e98149c92e37740c93ae702ef89d802eade55..2f27256219ea8d1cad8aebddbc7c2ae2487b6dce
@@@ -1,10 -1,5 +1,10 @@@
  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
  
  # ---
@@@ -45,7 -40,7 +45,7 @@@ alias cat=ba
  # ---
  # Appearance
  # ---
- ZSH_THEME="agnoster"
+ ZSH_THEME="agnoster-custom"
  COMPLETION_WAITING_DOTS="true"
  
  # plugins can be found in ~/.oh-my-zsh/plugins/*