From 748e80b1fd41f34ed44bd657290eff1abce421a3 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 18 Jul 2016 16:44:17 -0400 Subject: [PATCH] Minor improvements --- shells/zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shells/zshrc b/shells/zshrc index a2319c1..16016b3 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -1,8 +1,9 @@ #zmodload zsh/zprof -#for config (~/.zsh/*.zsh) source $config -source ~/.zsh/*.zsh +for config (~/.zsh/*.zsh) source $config autoload -U compinit compinit +setopt always_to_end # When completing from the middle of a word, move the cursor to the end of the word +setopt complete_in_word # Allow completion from within a word/phrase setopt INTERACTIVECOMMENTS setopt EXTENDED_GLOB setopt HIST_EXPIRE_DUPS_FIRST