mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +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/.config/zsh/history
|
||||||
**/.zsh_history
|
**/.zsh_history
|
||||||
**/.zsh_sessions
|
**/.zsh_sessions
|
||||||
|
**/completions/*
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ setopt appendhistory
|
|||||||
setopt sharehistory
|
setopt sharehistory
|
||||||
setopt incappendhistory
|
setopt incappendhistory
|
||||||
|
|
||||||
|
fpath=("$ZDOTDIR/completions" $fpath)
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit; compinit
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
zmodload zsh/complist
|
zmodload zsh/complist
|
||||||
# compinit
|
# compinit
|
||||||
|
|||||||
Reference in New Issue
Block a user