From: Joerg Jaspert Date: Thu, 21 Mar 2013 22:18:08 +0000 (+0100) Subject: drop function keyword X-Git-Tag: 0.0.42~89 X-Git-Url: https://git.ganneff.de//index.cgi?p=zsh.git;a=commitdiff_plain;h=e3a9321ba7a11abd901baf0c42a6db4bd473f511;ds=inline drop function keyword --- diff --git a/.zsh/00_Basics.zsh b/.zsh/00_Basics.zsh index 02f56a3..77a0b6a 100644 --- a/.zsh/00_Basics.zsh +++ b/.zsh/00_Basics.zsh @@ -37,7 +37,7 @@ WATCHFMT='%n %a %l from %m at %t.' # autoload wrapper - use this one instead of autoload directly # We need to define this function as early as this, because autoloading # 'is-at-least()' needs it. -function zrcautoload() { +zrcautoload() { emulate -L zsh setopt extended_glob local fdir ffile