disable autoupdate of ohmyzsh and update submodules
This commit is contained in:
parent
495c37c1d0
commit
a299074a89
6 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue