change autocomplete

This commit is contained in:
Václav Uruba 2021-03-28 12:24:30 +02:00
parent a2a408df97
commit 7a260b1c16
Signed by: uruba
GPG Key ID: 0059B34D61727BB0
2 changed files with 9 additions and 2 deletions

View File

@ -5,4 +5,7 @@ path+=("${HOME}/.local/bin")
path+=("${HOME}/.cargo/bin")
export PATH
source ~/.config/.env
source ~/.config/.env.system
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`

View File

@ -7,6 +7,12 @@ unsetopt beep
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle ':completion:*' completer _expand _complete _ignored _approximate
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' menu select=long-list select=0
zstyle ':completion:*' original true
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
zstyle :compinstall filename '${HOME}/.zshrc'
autoload -Uz compinit
@ -18,8 +24,6 @@ colors
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
source ~/.config/.env
source ~/.config/.env.system
source ~/.config/.aliases
source $HOME/.config/zsh/key-bindings.zsh