From a599969f7a9276776931875532c90af881f2a292 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 2 Jan 2026 16:21:27 +0100 Subject: erster entwurf für eine neue zsh Konfiguration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/completion | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 zsh/completion (limited to 'zsh/completion') diff --git a/zsh/completion b/zsh/completion deleted file mode 100644 index ce676bb..0000000 --- a/zsh/completion +++ /dev/null @@ -1,16 +0,0 @@ -# vim: filetype=zsh - -# Command completion -autoload -U compinit; compinit -_comp_options+=(globdots) # With hidden files - -zstyle ':completion:*' completer _extensions _complete _approximate - -zstyle ':completion:*' menu select - -zstyle ':completion:*:*:*:*:descriptions' format '%F{green}-- %d --%f' -zstyle ':completion:*:*:*:*:corrections' format '%F{yellow}!- %d (errors: %e) -!%f' -zstyle ':completion:*:*:*:*:messages' format ' %F{purple} -- %d --%f' -zstyle ':completion:*:*:*:*:warnings' format ' %F{red}-- no matches found --%f' -zstyle ':completion:*' group-name '' - -- cgit v1.3