Mercurial > dotfiles.old
diff zshrc @ 199:b4999d36b3d2
Remove autosuggestions in zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 19 Nov 2014 08:22:09 +0100 |
parents | 4c6e4d53f8f6 |
children |
line wrap: on
line diff
--- 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