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