configfiles/zsh/.zsh/01-completion.zsh

11 lines
183 B
Bash
Raw Normal View History

2015-10-08 14:31:40 +02:00
zstyle :compinstall filename '/home/madmaurice/.zshrc'
zstyle ':completion:*' menu select
autoload -Uz compinit
compinit
2018-10-08 14:38:26 +02:00
setopt menu_complete
setopt glob_dots
setopt extended_glob