change autocomplete
This commit is contained in:
parent
a2a408df97
commit
7a260b1c16
@ -5,4 +5,7 @@ path+=("${HOME}/.local/bin")
|
|||||||
path+=("${HOME}/.cargo/bin")
|
path+=("${HOME}/.cargo/bin")
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
source ~/.config/.env
|
||||||
|
source ~/.config/.env.system
|
||||||
|
|
||||||
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
||||||
|
|||||||
@ -7,6 +7,12 @@ unsetopt beep
|
|||||||
bindkey -v
|
bindkey -v
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
# The following lines were added by compinstall
|
# 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'
|
zstyle :compinstall filename '${HOME}/.zshrc'
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
@ -18,8 +24,6 @@ colors
|
|||||||
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
|
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
|
||||||
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
|
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
|
||||||
|
|
||||||
source ~/.config/.env
|
|
||||||
source ~/.config/.env.system
|
|
||||||
source ~/.config/.aliases
|
source ~/.config/.aliases
|
||||||
|
|
||||||
source $HOME/.config/zsh/key-bindings.zsh
|
source $HOME/.config/zsh/key-bindings.zsh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user