2026-05-11 17:08:53
Got tired of forgetting to update #ClaudeCode and seeing it needs an update on launch.
Installed via #HomeBrew on my Mac, I wrote the following zsh function in my ~/.zshrc:
claude() {
local outdated
outdated=$(command brew outdated --greedy --quiet claude-code 2>/dev/null)
