diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-29 09:46:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-29 09:46:17 +0200 |
commit | fea6db5c95334a85a7f94d2172240fe3f804f16c (patch) | |
tree | 112299423e6596746e76b170d0589bfc94a2b4f5 /etc/functions/reload | |
parent | 8f21009ce9f85e189ccbe83298ad67969aa43d72 (diff) |
functions: Added some more header comments
Diffstat (limited to 'etc/functions/reload')
-rw-r--r-- | etc/functions/reload | 3 |
1 files changed, 3 insertions, 0 deletions
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 |