From: Alexander Barton Date: Sun, 19 Jul 2015 20:54:15 +0000 (+0200) Subject: 50_completion: Ignore completion functions X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=b2937ab29c0c95b5e04bbc5c4742cd624185744b;hp=458004305676aa4a95de1c7d229fa95365dc59e8 50_completion: Ignore completion functions --- diff --git a/core/50_completion/50_completion.zshrc b/core/50_completion/50_completion.zshrc index ffb95df..fa77f58 100644 --- a/core/50_completion/50_completion.zshrc +++ b/core/50_completion/50_completion.zshrc @@ -29,6 +29,9 @@ zstyle ':completion:*:*:*:users' ignored-patterns \ xfs xrdp zabbix \ '_*' '*$' 'debian-*' 'Debian-*' +# Ignore completion functions +zstyle ':completion:*:functions' ignored-patterns '_*' + # Save the location of the current completion dump file. if [[ -z "$ZSH_COMPDUMP" ]]; then ZSH_COMPDUMP="$ZSH_CACHE_DIR/zcompdump-${SHORT_HOST}-${ZSH_VERSION}"