diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-07 13:04:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-07 13:04:25 +0100 |
commit | 87b9a38c61d6d7d70c8e6070259ed9541adc0443 (patch) | |
tree | f0d21d25b161c38255f148b2d9659d245aa6379b /etc | |
parent | 5ffd7d6b9329399372c0324ab57ba05dc3959242 (diff) |
etc/function: unset a temporary parameter
Diffstat (limited to 'etc')
-rw-r--r-- | etc/function | 1 |
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 |