From f388691a3067cd99166c3ab6dbe0620d64269690 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 6 Dec 2024 09:34:52 -0600 Subject: get rid of is-at-least Signed-off-by: Matt Strapp --- dot_config/zsh/executable_dot_zshopts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dot_config/zsh') diff --git a/dot_config/zsh/executable_dot_zshopts b/dot_config/zsh/executable_dot_zshopts index 7eaf743..cc26e74 100644 --- a/dot_config/zsh/executable_dot_zshopts +++ b/dot_config/zsh/executable_dot_zshopts @@ -32,12 +32,9 @@ setopt HIST_VERIFY # Don't execute immediately upon history expans setopt BANG_HIST # Treat the '!' character specially during expansion. setopt complete_aliases # complete aliases +setopt complete_in_word # complete in the middle of a word -# Disable this on boxes that are affected by bug -# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924736 -# is-at-least 5.5 && unsetopt hist_reduce_blanks -# bugfix is incoming, lets see what it does -is-at-least 5.7.2 && setopt hist_reduce_blanks +setopt hist_reduce_blanks setopt hist_ignore_space # lines starting with space don't go into the # history -- cgit v1.2.3