Enable the HIST_IGNORE_SPACE option in zsh
diff --git a/modules/zsh.nix b/modules/zsh.nix
index 9746abc..eb50e71 100644
--- a/modules/zsh.nix
+++ b/modules/zsh.nix
@@ -62,6 +62,8 @@
 
             source "${./zsh/completions/bun.zsh}"
             source "${./zsh/completions/charm.zsh}"
+
+        setopt HIST_IGNORE_SPACE
       '';
       enableSyntaxHighlighting = true;
       enableAutosuggestions = true;