summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-11 16:24:57 -0500
committerJohn Turner <jturner.usa@gmail.com>2025-12-11 16:24:57 -0500
commitb8cc311d931a7988a457c9f128f119c036820c29 (patch)
treec231b0259399b967cdf192b4f56044e9fe0b4a8b
parent6a4f3dfff27d130f7be4aec5291e97db956ae725 (diff)
downloadzshrc-b8cc311d931a7988a457c9f128f119c036820c29.tar.gz
enable hist_ignore_space option
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index a883e71..a172b90 100644
--- a/.zshrc
+++ b/.zshrc
@@ -12,7 +12,8 @@ setopt \
notify \
autocd \
globstarshort \
- nobeep
+ nobeep \
+ hist_ignore_space
unsetopt \
nomatch