diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-20 11:52:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-20 11:52:38 +0100 |
commit | ee582e0961777c067966e8318659e4a2762ecea6 (patch) | |
tree | 4c3a162b1a2d87c794a311024ee45b207ab5c6e3 /etc/function | |
parent | 1681e0aeec0fdffd6bdc1e6abc128cba52fa380a (diff) |
function: Removed colors, it's unused
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |