]> arthur.barton.de Git - ax-zsh.git/commitdiff
50_completion: Ignore completion functions
authorAlexander Barton <alex@barton.de>
Sun, 19 Jul 2015 20:54:15 +0000 (22:54 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 19 Jul 2015 20:54:15 +0000 (22:54 +0200)
core/50_completion/50_completion.zshrc

index ffb95df4ac486650f3e9e85adaf18ce71fcab44b..fa77f583d15825ac60c41c9f73ee370ea6f23c63 100644 (file)
@@ -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}"