# HG changeset patch
# User Meredith Howard <mhoward@roomag.org>
# Date 1485096225 18000
# Node ID 608ad4499439cb53d9a63b6714ab1c3e3523576e
# Parent  a586821155108187cf3623ef29a2afe446ed477b
zgen update too

diff --git a/bin/homedir-setup b/bin/homedir-setup
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -20,6 +20,7 @@ if ! [ -d .zgen ]; then
   git clone --depth 1 'https://github.com/tarjoilija/zgen.git' .zgen
 else
   pull .zgen
+  zsh -i -c 'zgen update'
 fi
 
 if ! [ -d .plenv ]; then