Fixed ZSH completion not working.

This commit is contained in:
Hans Goor 2025-05-16 17:30:38 +02:00
parent 9e89518d31
commit 3b6d9b28a2
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg

View file

@ -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