diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-12-11 16:24:57 -0500 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-12-11 16:24:57 -0500 |
| commit | b8cc311d931a7988a457c9f128f119c036820c29 (patch) | |
| tree | c231b0259399b967cdf192b4f56044e9fe0b4a8b | |
| parent | 6a4f3dfff27d130f7be4aec5291e97db956ae725 (diff) | |
| download | zshrc-b8cc311d931a7988a457c9f128f119c036820c29.tar.gz | |
enable hist_ignore_space option
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ setopt \ notify \ autocd \ globstarshort \ - nobeep + nobeep \ + hist_ignore_space unsetopt \ nomatch |
