summaryrefslogtreecommitdiffstats
path: root/zshcomplete
diff options
context:
space:
mode:
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