1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

Replace redundant calls to compinit with a single call.

This commit is contained in:
Pat Regan
2011-04-08 10:12:22 -04:00
parent e684afcba0
commit 782883b5d8
10 changed files with 4 additions and 19 deletions

View File

@ -9,9 +9,6 @@ setopt always_to_end
WORDCHARS=''
autoload -U compinit
compinit -i
zmodload -i zsh/complist
## case-insensitive (all),partial-word and then substring completion

View File

@ -1,6 +1,4 @@
# TODO: Explain what some of this does..
autoload -U compinit
compinit -i
bindkey -e
bindkey '\ew' kill-region