projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
15acc2c
)
drop function keyword
author
Joerg Jaspert
<joerg@debian.org>
Thu, 21 Mar 2013 22:18:08 +0000
(23:18 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Thu, 21 Mar 2013 22:18:08 +0000
(23:18 +0100)
.zsh/00_Basics.zsh
patch
|
blob
|
history
diff --git
a/.zsh/00_Basics.zsh
b/.zsh/00_Basics.zsh
index
02f56a3
..
77a0b6a
100644
(file)
--- 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.
# 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
emulate -L zsh
setopt extended_glob
local fdir ffile