projects
/
zsh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Properly hide add_zsh_hook behind is435.
[zsh.git]
/
.zsh
/
05_Functions.zsh
diff --git
a/.zsh/05_Functions.zsh
b/.zsh/05_Functions.zsh
index
94ae850
..
36e8f7f
100644
(file)
--- a/
.zsh/05_Functions.zsh
+++ b/
.zsh/05_Functions.zsh
@@
-109,7
+109,7
@@
function agent() {
ssh-add ${af}
done
- if is43
4
&& zstyle -T ':ganneff:config' killagent true; then
+ if is43
5
&& zstyle -T ':ganneff:config' killagent true; then
add-zsh-hook zshexit kill_agent
fi
}