Added git pull to auto-update

This commit is contained in:
2014-03-21 11:44:26 -07:00
parent c9f95ea1bb
commit 9e18b928d8

5
.zshrc
View File

@@ -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'