From ee582e0961777c067966e8318659e4a2762ecea6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 20 Jan 2009 11:52:38 +0100 Subject: function: Removed colors, it's unused --- etc/function | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/function') diff --git a/etc/function b/etc/function index 7f4cbb7..bd92211 100644 --- a/etc/function +++ b/etc/function @@ -2,7 +2,6 @@ # zsh functions autoload -U compinit -autoload colors autoload catch throw autoload zargs @@ -11,8 +10,6 @@ for funcfile in $ZDIR/functions/*(*N); autoload ${funcfile:t} unset funcfile -colors - # from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions for action in Start Stop Restart Reload; { eval "function $action { -- cgit v1.2.3