From f4b9147ed6efd0a82f570a3f9d805ce3098e033e Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Wed, 22 Apr 2026 14:02:15 -0700 Subject: [PATCH] fixed ignore_updates being on by default in breakerbox --- base/breakerbox.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/breakerbox.zsh b/base/breakerbox.zsh index 73e5afa..047902b 100644 --- a/base/breakerbox.zsh +++ b/base/breakerbox.zsh @@ -2,6 +2,6 @@ # ESPECIALLY DON'T EDIT this file if you're using zeesh near nuclear reactor # control software for whatever unimaginable reason. -_zeeshdev_ignore_updates=1 +_zeeshdev_ignore_updates=0 _zeeshdev_ticker_newlines=0 _zeeshdev_force_color_count=0 \ No newline at end of file