summaryrefslogtreecommitdiff
path: root/common/zsh
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-03 22:13:49 -0600
committerChristian Cleberg <[email protected]>2026-03-03 22:13:49 -0600
commit2ccdcfbbd7684d90d650fa27e935fb6983147d6d (patch)
tree87788f15ddaa5751559b6dbbcdcd67e90c1f8fd2 /common/zsh
parent673e25014f051725414ecdbebb85bcfe6725dfeb (diff)
downloaddotfiles-2ccdcfbbd7684d90d650fa27e935fb6983147d6d.tar.gz
dotfiles-2ccdcfbbd7684d90d650fa27e935fb6983147d6d.tar.bz2
dotfiles-2ccdcfbbd7684d90d650fa27e935fb6983147d6d.zip
update doom, gpg, and zshrc
Diffstat (limited to 'common/zsh')
-rw-r--r--common/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index 21304c8..cf2898b 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -64,6 +64,7 @@ HISTSIZE=30000
SAVEHIST=30000
setopt SHARE_HISTORY
setopt HIST_IGNORE_ALL_DUPS
+setopt HIST_IGNORE_SPACE
setopt HIST_REDUCE_BLANKS
# ==============================================================================