# # zstyle ':completion:*' add-space true
# # zstyle ':completion:*' insert-unambiguous true
# zstyle ':completion:*' completer _list _oldlist _expand _complete _match _correct _prefix
# zstyle ':completion:*' completions 1
# zstyle ':completion:*' expand prefix suffix
# zstyle ':completion:*' file-sort name
# zstyle ':completion:*' format 'Completing %D %d'
# zstyle ':completion:*' glob 1
# zstyle ':completion:*' group-name ''
# zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]} r:|[-._\ ]=** r:|=**' '+m:{[:lower:]}={[:upper:]} r:|[-._\ ]=** r:|=**' '+m:{[:lower:]}={[:upper:]} r:|[-._\ ]=** r:|=** l:|=*' '+m:{[:lower:]}={[:upper:]} r:|[-._\ ]=** r:|=** l:|=*'
# zstyle ':completion:*' max-errors 1
# zstyle ':completion:*' prompt '%e errors:'
# zstyle ':completion:*' substitute 1
# zstyle :compinstall filename '/Users/elangley/.zshrc'
# export fpath=($HOME/.zsh.d/completion $fpath)
# The following lines were added by compinstall
# zstyle ':completion:*' completer _expand _complete #_match _prefix
# zstyle ':completion:*' match-original both
# zstyle ':completion:*' original true
fpath=( /.zsh.d/completion /.zsh.d/zsh-completions/src /.zsh.d/nix-zsh-completions)
if ; then
else
fi;
# # End of lines added by compinstall