Improve ZSH completions loading

Bo Jeanes 2020-04-03 10:46:12 +11:00
parent 2c0385ee10
commit cb51dd7e75
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,8 @@ fresh-options
fresh zsh-users/zsh-completions src --file=completion/
fresh freshshell/fresh contrib/completion/fresh-completion.zsh --file=completion/_fresh
fresh thoughtbot/dotfiles zsh/completion/_ag --file=completion/_ag
fresh shells/zsh/completions --file=completion/
fresh zsh-users/zsh-syntax-highlighting . --file=vendor/zsh-syntax-highlighting/
fresh zsh-users/zsh-history-substring-search . --file=vendor/zsh-history-substring-search/

View File

@ -2,8 +2,6 @@ alias reload="source ~/.zshrc"
[[ $EMACS = t ]] && unsetopt zle
fpath=($SHELL_FILES/completions $fpath)
# Option-Left + Option-Right for moving word-by-word in OS X
bindkey "\e\e[C" vi-forward-word
bindkey "\e\e[D" vi-backward-word