From cb51dd7e755ce8e26358a55c1a5692bdaf6faa62 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Fri, 3 Apr 2020 10:46:12 +1100 Subject: [PATCH] Improve ZSH completions loading --- freshrc | 2 ++ shells/zsh/config.zsh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freshrc b/freshrc index c99c8d4..3737676 100644 --- a/freshrc +++ b/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/ diff --git a/shells/zsh/config.zsh b/shells/zsh/config.zsh index 5ed3a44..a83a73e 100644 --- a/shells/zsh/config.zsh +++ b/shells/zsh/config.zsh @@ -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