@ -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
@ -1,6 +1,4 @@
# TODO: Explain what some of this does..
bindkey -e
bindkey '\ew' kill-region
@ -17,6 +17,10 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
# Load the theme
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
# Load and run compinit
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then
@ -1,4 +1,2 @@
# add brew completion function to path
fpath=($ZSH/plugins/brew $fpath)
# add cpanm completion function to path
fpath=($ZSH/plugins/cpanm $fpath)
# add gem completion function to path
fpath=($ZSH/plugins/gem $fpath)
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
@ -8,5 +8,3 @@ alias pup="psu && puo"
# add macports completion function to path
fpath=($ZSH/plugins/macports $fpath)
fpath=($ZSH/plugins/pip $fpath)
@ -1,3 +1 @@
fpath=($ZSH/plugins/vagrant $fpath)