mirror of https://github.com/bjeanes/dotfiles.git
Improve ZSH completions loading
parent
2c0385ee10
commit
cb51dd7e75
2
freshrc
2
freshrc
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue