diff options
| -rw-r--r-- | .config/zsh/user/completion.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/zsh/user/completion.zsh b/.config/zsh/user/completion.zsh index 7837a04..7d9198a 100644 --- a/.config/zsh/user/completion.zsh +++ b/.config/zsh/user/completion.zsh @@ -40,7 +40,6 @@ setopt AUTO_LIST # Automatically list choices on ambiguous completion setopt AUTO_PARAM_SLASH # If completed parameter is a directory, add a trailing slash. setopt EXTENDED_GLOB # Needed for file modification glob modifiers with compinit. unsetopt MENU_COMPLETE # Do not autoselect the first completion entry. -unsetopt FLOW_CONTROL # Disable start/stop characters in shell editor. # Variables LS_COLORS=${LS_COLORS:-'di=34:ln=35:so=32:pi=33:ex=31:bd=36;01:cd=33;01:su=31;40;07:sg=36;40;07:tw=32;40;07:ow=33;40;07:'} |
