Minor improvements

This commit is contained in:
Austen Adler 2016-07-18 16:44:17 -04:00
parent 82353196d6
commit 748e80b1fd
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -1,8 +1,9 @@
#zmodload zsh/zprof #zmodload zsh/zprof
#for config (~/.zsh/*.zsh) source $config for config (~/.zsh/*.zsh) source $config
source ~/.zsh/*.zsh
autoload -U compinit autoload -U compinit
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 INTERACTIVECOMMENTS
setopt EXTENDED_GLOB setopt EXTENDED_GLOB
setopt HIST_EXPIRE_DUPS_FIRST setopt HIST_EXPIRE_DUPS_FIRST