From c67b327508a377dbece45c0921ef328877f0ba95 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 25 Jul 2012 22:22:59 +0200 Subject: [PATCH] Do not disable zstyle if compsys did not load Zstyle is _used_ to configure the completion system but it is *not* a part of it. Other systems use zstyle too, and if we lock it away, those systems may break in undesirable ways. --- etc/zsh/zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2d5c189..5ac408a 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -969,7 +969,6 @@ if zrcautoload compinit ; then compinit || print 'Notice: no compinit available :(' else print 'Notice: no compinit available :(' - function zstyle { } function compdef { } fi -- 2.1.4