summaryrefslogtreecommitdiffstats
path: root/zshcomplete
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 12:09:20 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 12:59:10 -0400
commit49570c8dd03448240897b37b68567352b790f16f (patch)
tree6c192a52046d5d0dd1b84a838befd8e777cfeafb /zshcomplete
parent66939c71da756c1d9e07a88a4a8ea2a018650060 (diff)
downloadconf-49570c8dd03448240897b37b68567352b790f16f.tar.gz
conf-49570c8dd03448240897b37b68567352b790f16f.zip
convert to stow
Diffstat (limited to 'zshcomplete')
-rw-r--r--zshcomplete21
1 files changed, 0 insertions, 21 deletions
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