# HG changeset patch # User zegervdv # Date 1416381729 -3600 # Node ID b4999d36b3d284374b121d770905f3638b526ecb # Parent cd732b11bbcd154664c6f60e50fa24907bddc9c8 Remove autosuggestions in zsh diff -r cd732b11bbcd -r b4999d36b3d2 zshrc --- a/zshrc Sat Nov 15 09:49:07 2014 +0100 +++ b/zshrc Wed Nov 19 08:22:09 2014 +0100 @@ -12,7 +12,7 @@ source ~/.fzf.zsh source ~/.zsh/zsh-history-substring-search.zsh source ~/.zsh/z.sh -source ~/.zsh/plugins/zsh-autosuggestions/autosuggestions.zsh +# source ~/.zsh/plugins/zsh-autosuggestions/autosuggestions.zsh precmd() { if [[ -n "$TMUX" ]]; then @@ -21,10 +21,4 @@ fi } -# Enable autosuggestions automatically -zle-line-init() { - zle autosuggest-start -} -zle -N zle-line-init - [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local