diff --git a/scripts/.autocomplete.config b/scripts/.autocomplete.config index 96e38fce..5e007925 100644 --- a/scripts/.autocomplete.config +++ b/scripts/.autocomplete.config @@ -1,8 +1,8 @@ #!/bin/zsh zmodload -Fa zsh/zutil b:zstyle builtin autoload -Uz is-at-least -typeset -g ZLE_REMOVE_SUFFIX_CHARS=$' ;\n\r\t' -typeset -g ZLE_SPACE_SUFFIX_CHARS=$'|&<>' +typeset -g ZLE_REMOVE_SUFFIX_CHARS=$' /;\n\r\t' +typeset -g ZLE_SPACE_SUFFIX_CHARS=$'|&<>-+' .autocomplete.config.precmd() { # Remove incompatible settings.