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