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'