From fdb10e37ea2cb2345f9948f287482b678ec5029e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 20 Sep 2008 18:10:43 +0200 Subject: Merged etc/modules into etc/function --- etc/function | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'etc/function') diff --git a/etc/function b/etc/function index 2bdbb97..8ea4f45 100644 --- a/etc/function +++ b/etc/function @@ -1,11 +1,17 @@ ## vim:ft=zsh -autoload chpwd extr plonkhost world-readable youtube-watch -autoload reload -autoload rtab + +# zsh functions +autoload -U compinit +autoload colors +autoload catch throw +autoload zargs + +# own functions +autoload chpwd extr plonkhost put reload rtab world-readable youtube-watch autoload xexport xsource -autoload put -autoload throw catch +colors +chpwd # from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions for action in Start Stop Restart Reload; { -- cgit v1.2.3