From fea6db5c95334a85a7f94d2172240fe3f804f16c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Sep 2008 09:46:17 +0200 Subject: functions: Added some more header comments --- etc/functions/reload | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/functions/reload') diff --git a/etc/functions/reload b/etc/functions/reload index f4fc399..a97cb70 100644 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -1,4 +1,7 @@ ## vim:ft=zsh +## reload the zshrc / some functions +## Usage: reload [function names] + if [[ ${#*} == 0 ]] { autoload xsource xsource ~/.zshrc -- cgit v1.2.3