From 7d39c221e625b095d86cb348d57d9f8b7dc1451e Mon Sep 17 00:00:00 2001
From: Anthony Cicchetti <acicchetti@jellyfish.co>
Date: Mon, 12 Aug 2024 10:35:07 -0400
Subject: [PATCH] pushd_silent

---
 zsh/funcs/updater | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zsh/funcs/updater b/zsh/funcs/updater
index cf83ce3..3307b5b 100644
--- a/zsh/funcs/updater
+++ b/zsh/funcs/updater
@@ -1,4 +1,5 @@
 function update_me {
+    setopt local_options pushd_silent
     pushd ~
     pushd ~/.dotfiles/nix
     ./update.sh $@