From 0ecc4a5d41f2257f88c53acec7cbb156ab8bcfe5 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 1 Mar 2014 01:51:55 +0800 Subject: [PATCH] Use menu_complete to avoid first tab. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 3caebc7..ff402d3 100644 --- a/.zshrc +++ b/.zshrc @@ -70,6 +70,7 @@ export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cp export SAVEHIST=2000 # setopt hist_ignore_all_dups +setopt menu_complete setopt prompt_subst # if [[ -z "$WINDOW" ]]; then