Skip to content

Commit

Permalink
fix: Auto-updates were getting annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
chevcast committed Oct 7, 2024
1 parent feaa3a4 commit 1b19ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ updoot() {
}

# Check if we should run system updates.
if check_last_run; then
updoot
fi
# if check_last_run; then
# updoot
# fi

# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
Expand Down

0 comments on commit 1b19ec1

Please sign in to comment.