mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added zsh completions directory
This commit is contained in:
@@ -3,8 +3,8 @@ setopt appendhistory
|
||||
setopt sharehistory
|
||||
setopt incappendhistory
|
||||
|
||||
|
||||
autoload -Uz compinit
|
||||
fpath=("$ZDOTDIR/completions" $fpath)
|
||||
autoload -Uz compinit; compinit
|
||||
zstyle ':completion:*' menu select
|
||||
zmodload zsh/complist
|
||||
# compinit
|
||||
|
||||
Reference in New Issue
Block a user