From 1796b408707764b4388f47db62bd0e3d56a998a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Tue, 21 Jan 2025 22:50:59 +0300
Subject: zsh: setopt histignorespace

---
 dotfiles/.config/zsh/.zshrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc
index 0509006..5684477 100644
--- a/dotfiles/.config/zsh/.zshrc
+++ b/dotfiles/.config/zsh/.zshrc
@@ -33,6 +33,7 @@ HISTFILE=~/.cache/zsh_history
 HISTSIZE=10000
 SAVEHIST=10000
 setopt appendhistory autocd beep notify
+setopt histignorespace
 
 # vi mode
 bindkey -v
-- 
cgit v1.2.3