From c2648953f39b09c55767ab394f0ff19331c46377 Mon Sep 17 00:00:00 2001 From: Thek4n Date: Mon, 27 Nov 2023 10:42:20 +0300 Subject: [PATCH] fix(zsh-completions) --- home/user/.config/zsh/completion | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index e2a7f5e..c8fb10b 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -3,8 +3,6 @@ fpath=(~/.zfunc $fpath) autoload -Uz compinit compinit -d ~/.cache/zcompdump -compdef _files mcd -compdef _poetry poetry zstyle ':completion:*:*:*:*:*' menu select zstyle ':completion:*' auto-description 'specify: %d' zstyle ':completion:*' completer _expand _complete _correct _approximate @@ -18,8 +16,6 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p zstyle ':completion:*' use-compctl false zstyle ':completion:*' verbose true zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' - -# zstyle ':completion:*:*:workon:*' command 'ls -la /opt/pythonenv/' zstyle ':completion:*:*:extract:*' file-patterns '*.tar* *.lzma *.bz2 *.zip *.7z' autoload bashcompinit @@ -27,3 +23,4 @@ bashcompinit compdef _directories _d compdef _files _f +compdef _directories mcd