disable autoupdate of ohmyzsh and update submodules

This commit is contained in:
Nikolas Weger 2015-10-23 10:56:38 +02:00
parent 495c37c1d0
commit a299074a89
6 changed files with 8 additions and 5 deletions

View file

@ -4,6 +4,9 @@ export ZSH=${HOME}/dotfiles/lib/ohmyzsh
# Oh My ZSH Theme
ZSH_THEME="pygmalion"
# Disable Auto Update of Oh My ZSH
DISABLE_AUTO_UPDATE="true"
# Go Path
export GOPATH=${HOME}/go