Fixed ZSH completion not working.
This commit is contained in:
parent
9e89518d31
commit
3b6d9b28a2
1 changed files with 12 additions and 0 deletions
|
|
@ -13,6 +13,18 @@ export PATH="${PATH}:${HOME}/.local/bin"
|
|||
# export EDITOR='mvim'
|
||||
# fi
|
||||
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
setopt notify
|
||||
unsetopt autocd beep nomatch
|
||||
bindkey -v
|
||||
|
||||
zstyle :compinstall filename "${HOME}/.zshrc"
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
# Read man page.
|
||||
zstyle ':completion:*:manuals' separate-sections true
|
||||
zstyle ':completion:*:manuals.*' insert-sections true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue