dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 1005d703d7d329dc05c1e20212a15f5b8d5d0062
parent 061da1b239ccd1546b41a379b0371320c292583a
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 30 Mar 2022 22:54:54 +0100

small updates inc format change

Diffstat:
Mzsh/.zsh/autocompletion.zsh | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/zsh/.zsh/autocompletion.zsh b/zsh/.zsh/autocompletion.zsh @@ -1,10 +1,11 @@ # AUTOCOMPLETION +fpath=($HOME/.zsh/completion $fpath) autoload -Uz compinit -compinit -autoload -U ~/.zsh/completion/*(:t) +compinit -u +#autoload -U ~/.zsh/completion/*(:t) zstyle ':completion:*' auto-description 'specify: %d' zstyle ':completion:*' completer _expand _complete _correct _approximate -zstyle ':completion:*' format 'Completing %d' +zstyle ':completion:*' format 'completing %F{10}%d%F{white}' zstyle ':completion:*' group-name '' zstyle ':completion:*' menu select=2 eval "$(dircolors -b)" zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}