From 24a605577c8e09a75f8f717f9df1bdc6c8dd8ec3 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Tue, 14 Feb 2017 08:41:16 -0500 Subject: initial commit --- zsh/completion.zsh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 zsh/completion.zsh (limited to 'zsh/completion.zsh') diff --git a/zsh/completion.zsh b/zsh/completion.zsh new file mode 100644 index 0000000..6baf129 --- /dev/null +++ b/zsh/completion.zsh @@ -0,0 +1,23 @@ +zstyle ':completion:*' completer _expand _complete _ignored _match _approximate _prefix +zstyle ':completion:*' completions 1 +zstyle ':completion:*' format 'Completing %d' +zstyle ':completion:*' glob 1 +zstyle ':completion:*' group-name '' +zstyle ':completion:*' list-colors '' +zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s +zstyle ':completion:*' matcher-list '' 'r:|[._-]=** r:|=**' '+m:{[:lower:]}={[:upper:]}' '+l:|=* r:|=*' +zstyle ':completion:*' max-errors 2 numeric +zstyle ':completion:*' menu select=1 +zstyle ':completion:*' prompt 'corrections? (%e)' +zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s +zstyle ':completion:*' substitute 1 +zstyle ':completion:*' verbose true +zstyle ':completion:*' use-cache on +zstyle ':completion:*' cache-path $XDG_CACHE_HOME/zsh +zstyle ':completion:*:functions' ignored-patterns '_*' +zstyle ':completion:*:kill:*' force-list always +zstyle ':completion:*:cd:*' ignore-parents parent pwd +zstyle :compinstall filename '/home/nick/cfg/zsh/completion.zsh' + +autoload -Uz compinit +compinit -- cgit v1.2.3-70-g09d2