projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a096302
)
use -1 not 99
author
Joerg Jaspert
<joerg@debian.org>
Sat, 16 Mar 2013 12:37:06 +0000
(13:37 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Sat, 16 Mar 2013 12:37:06 +0000
(13:37 +0100)
M .zsh/net:debian.org/host:franck/Prompts.zsh
.zsh/net:debian.org/host:franck/Prompts.zsh
patch
|
blob
|
history
diff --git
a/.zsh/net:debian.org/host:franck/Prompts.zsh
b/.zsh/net:debian.org/host:franck/Prompts.zsh
index
925e6a4
..
a38581e
100644
(file)
--- a/
.zsh/net:debian.org/host:franck/Prompts.zsh
+++ b/
.zsh/net:debian.org/host:franck/Prompts.zsh
@@
-14,5
+14,5
@@
zstyle ':prompt:ganneff:extra:dinstall' precmd jj_update_dinstall
zmodload zsh/mapfile
jj_update_dinstall () {
- DINSTALL="${${(z)${(f)mapfile[/srv/ftp.debian.org/web/dinstall.status]}[2]}[3,
99
]}"
+ DINSTALL="${${(z)${(f)mapfile[/srv/ftp.debian.org/web/dinstall.status]}[2]}[3,
-1
]}"
}