7 lines
144 B
Bash
7 lines
144 B
Bash
|
# Use modern completion system
|
||
|
autoload -Uz compinit
|
||
|
compinit
|
||
|
zstyle ':completion:*' menu select
|
||
|
|
||
|
fpath=(~/dotfiles/zsh/zsh-completions $fpath)
|