summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-20 11:52:38 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-20 11:52:38 +0100
commitee582e0961777c067966e8318659e4a2762ecea6 (patch)
tree4c3a162b1a2d87c794a311024ee45b207ab5c6e3 /etc
parent1681e0aeec0fdffd6bdc1e6abc128cba52fa380a (diff)
function: Removed colors, it's unused
Diffstat (limited to 'etc')
-rw-r--r--etc/function3
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 {