mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
Added zsh completions directory
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@
|
||||
zsh/.config/zsh/history
|
||||
**/.zsh_history
|
||||
**/.zsh_sessions
|
||||
**/completions/*
|
||||
|
||||
@@ -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