diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 16:52:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 16:52:32 +0200 |
commit | 7ba27f9ec491dfaf6a88cf26c1900361fec12318 (patch) | |
tree | 602a12d99f20871ee1e8903aedfbb7933ad56f7e /etc/function | |
parent | e1f09c0e93e133a253b8d809f5e234c9b3d59c68 (diff) |
function: I don't use catch or throw
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/function b/etc/function index 0d83b73..c097c78 100644 --- a/etc/function +++ b/etc/function @@ -3,7 +3,6 @@ zrc_status functions # zsh functions autoload -U compinit -autoload catch throw autoload zargs # own functions |