summaryrefslogtreecommitdiff
path: root/etc/function
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-07 13:04:25 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-07 13:04:25 +0100
commit87b9a38c61d6d7d70c8e6070259ed9541adc0443 (patch)
treef0d21d25b161c38255f148b2d9659d245aa6379b /etc/function
parent5ffd7d6b9329399372c0324ab57ba05dc3959242 (diff)
etc/function: unset a temporary parameter
Diffstat (limited to 'etc/function')
-rw-r--r--etc/function1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/function b/etc/function
index 65bf35f..7f4cbb7 100644
--- a/etc/function
+++ b/etc/function
@@ -9,6 +9,7 @@ autoload zargs
# own functions
for funcfile in $ZDIR/functions/*(*N);
autoload ${funcfile:t}
+unset funcfile
colors