From 9e18b928d808083ca7b2de4fa2e44440b24bf429 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Fri, 21 Mar 2014 11:44:26 -0700 Subject: [PATCH] Added git pull to auto-update --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index dc7c027..c5d1663 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,11 @@ # Path to your oh-my-zsh configuration. ZSH=$HOME/.oh-my-zsh +echo "Updating config" +cd $HOME/.zcustom +git pull +cd + # Aliases # Disable correction. alias ack='nocorrect ack'