Minor improvements
This commit is contained in:
parent
82353196d6
commit
748e80b1fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user