From c7f7beba876affaac032e95bea7216ddf6be9229 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 19 Feb 2016 12:30:07 +0000 Subject: Update to most recent version of zsh-autosuggestion --- .zsh/plugins | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zsh') diff --git a/.zsh/plugins b/.zsh/plugins index 51cd50e..116c694 100644 --- a/.zsh/plugins +++ b/.zsh/plugins @@ -32,7 +32,7 @@ if ! zgen saved; then # Other plugins zgen load rupa/z zgen load djui/alias-tips - zgen load tarruda/zsh-autosuggestions dist/autosuggestions.zsh + zgen load tarruda/zsh-autosuggestions zgen load joel-porquet/zsh-dircolors-solarized # Save all to init script @@ -44,7 +44,6 @@ fi # Autosuggestion { ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6' - autosuggest_start bindkey '^y' autosuggest-accept } -- cgit v1.2.3