diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-12 19:47:29 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-12 19:47:29 +0200 |
commit | 4c2bd1a1a4fa71565281fae703a7bd6e757a0d9e (patch) | |
tree | 2c241300de66dfbed0fbbcec5f82ae5020699267 /etc/function | |
parent | 86ea718e63c08460c42e6714a543de9d401bf2df (diff) |
Added functions: die, info, warn
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/function b/etc/function index 5bca1d9..7fa8a1d 100644 --- a/etc/function +++ b/etc/function @@ -1,6 +1,6 @@ -for i in $ZDIR/functions/*; { - autoload $i:t -} +autoload chpwd extr plonkhost world-readable youtube-watch +autoload gitd hgd +autoload xexport xsource autoload throw catch |