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

2
dotbot

@ -1 +1 @@
Subproject commit 30dc7d57887ced68fa2109db214c94598449e2da
Subproject commit 5babc8f562f9ba1ad3e78b5ec6906aa33d17c0a9

@ -1 +1 @@
Subproject commit ae04f56dbdc9cd635f5a3d56082faf2399d91f75
Subproject commit 5694b5ed30454f26f5741ab43a803b9a726a511d

@ -1 +1 @@
Subproject commit 0a7035170ac4927c90a614fa7287f7697b86be96
Subproject commit 663c760cc9e8d4a17546be8ab0726271b8d310ca

@ -1 +1 @@
Subproject commit 0fd05e5ecc59fe66f1b909881e980096f5e0749a
Subproject commit cf16158513b2f50699ee4d0798ef02a6a51642a9

@ -1 +1 @@
Subproject commit a7b4c09373759e2db21bd17ca75a162f0fa2e88a
Subproject commit e44aa50301cbdb9c713193263e6c0c5a9a5798c0

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