projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ee20f
)
more functions to destroy at config load end
author
Joerg Jaspert
<joerg@debian.org>
Thu, 4 Apr 2013 22:29:50 +0000
(
00:29
+0200)
committer
Joerg Jaspert
<joerg@debian.org>
Thu, 4 Apr 2013 22:29:50 +0000
(
00:29
+0200)
.zsh/99_ZLatest.zsh
patch
|
blob
|
history
diff --git
a/.zsh/99_ZLatest.zsh
b/.zsh/99_ZLatest.zsh
index
3e7c1c7
..
846e5ac
100644
(file)
--- a/
.zsh/99_ZLatest.zsh
+++ b/
.zsh/99_ZLatest.zsh
@@
-6,7
+6,8
@@
__ () {
local -a funcs
# is439 is not here, as its used in precmd
# is434 is used in agent()
- funcs=(is4 is41 is42 is425 is43 is433 isdarwin isfreebsd salias setvar)
+ funcs=(is4 is41 is42 is425 is43 is433 isdarwin isfreebsd salias setvar
+ zrcgotwidget zrcbindkey zrcgotkeymap bind2maps )
for func in $funcs ; do
[[ -n ${functions[$func]} ]] \