From b2bdf5b8a8deaedca07bb75df0be5c11b25628bb Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 5 Sep 2017 23:48:46 -0400 Subject: [PATCH] menu completion is best thing ever --- .zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zshrc b/.zshrc index 57cc986..617c002 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,9 @@ setopt extended_glob setopt list_types setopt mark_dirs setopt path_dirs +setopt prompt_subst +setopt nonomatch +setopt automenu #Load libraries for f in ~/.zsh/*.zsh; do @@ -22,6 +25,9 @@ done export VISUAL="/usr/bin/vim" export EDITOR="$VISUAL" alias tmux="tmux -2" +autoload -U compinit && compinit +zstyle ':completion:*' menu select + #source /usr/share/autojump/autojump.sh #init powerline @@ -33,6 +39,8 @@ source <(antibody init) antibody bundle bhilburn/powerlevel9k antibody bundle chrissicool/zsh-256color antibody bundle zlsun/solarized-man +antibody bundle zdharma/history-search-multi-word +antibody bundle Vifon/deer antibody bundle zsh-users/zsh-autosuggestions antibody bundle zsh-users/zsh-syntax-highlighting