This commit is contained in:
GitHub Merge Button 2011-12-14 22:10:44 -08:00
commit 4e496139db
2 changed files with 14 additions and 11 deletions

View file

@ -16,8 +16,8 @@ function _upgrade_zsh() {
if [ -f ~/.zsh-update ]
then
. ~/.zsh-update
. ~/.zsh-update
if [[ -z "$LAST_EPOCH" ]]; then
_update_zsh_update && return 0;
fi