From 56723acd128dc3a19bc8615f573f24aff3461a0f Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 27 Oct 2011 17:46:27 -0400 Subject: [PATCH] Updating command completion in zshrc --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 0d381c5..99d5ae1 100644 --- a/zshrc +++ b/zshrc @@ -5,13 +5,13 @@ bindkey -v zstyle :compinstall filename '/home/dustinswan/.zshrc' -autoload -Uz compinit -compinit +autoload -Uz compinit && compinit +# zstyle ':completion:*' menu select +# setopt completealiases alias vi=vim # alias grep='grep --color=auto' # alias ls='ls --color=auto' export TERM="xterm-256color" - export EDITOR=vim