From 49570c8dd03448240897b37b68567352b790f16f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 8 Oct 2023 12:09:20 -0400 Subject: convert to stow --- zshcomplete | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 zshcomplete (limited to 'zshcomplete') diff --git a/zshcomplete b/zshcomplete deleted file mode 100644 index 0198f58..0000000 --- a/zshcomplete +++ /dev/null @@ -1,21 +0,0 @@ -# The following lines were added by compinstall - -zstyle ':completion:*' completer _complete _ignored _prefix -zstyle ':completion:*' expand prefix suffix -zstyle ':completion:*' insert-unambiguous true -zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} -zstyle ':completion:*' list-prompt %S\(%p\)%s -zstyle ':completion:*' list-suffixes true -zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'l:|=* r:|=*' -zstyle ':completion:*' original false -zstyle ':completion:*:processes-names' command 'ps axho command' -zstyle ':completion:*:*:kill:*:processes' command 'ps --forest -A -o pid,user,cmd' -zstyle :compinstall filename "${HOME}/.zshcomplete" - -autoload -Uz compinit -compinit -autoload -Uz bashcompinit -bashcompinit -# End of lines added by compinstall - -source ~/.config/sh/fzf/shell/completion.zsh -- cgit v1.2.3-54-g00ecf