diff options
author | Hugues Hiegel <hugues.hiegel@sagem.com> | 2008-04-18 17:19:03 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@sagem.com> | 2008-04-24 17:26:08 +0200 |
commit | abcdb4b29a726636d566a2ade9f569b39b0d37ba (patch) | |
tree | 599f81200c505135fb2ec1002345812f6b5dc1d9 | |
parent | 1c04694e4eb3e03194305986d0719d04ef3b7dda (diff) |
Better definition of the WATCHFMT.
-rw-r--r-- | user:hugues/Environment.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user:hugues/Environment.zsh b/user:hugues/Environment.zsh index a0feccd..bf64adc 100644 --- a/user:hugues/Environment.zsh +++ b/user:hugues/Environment.zsh @@ -49,8 +49,7 @@ TIMEFMT='`%J` -- %P cpu System %S Total %E' -WATCHFMT=$COLOR_BLUECLAIR"%n"$COLOR_END -WATCHFMT=$WATCHFMT" has "$COLOR_YELLOW"%a[0m %l from %M" +WATCHFMT=$c_$color[bold]$_c"%n"$c_$color[none]$_c" has "$c_$color[bold]$_c"%a"$c_$color[none]$_c" %l from %M" WATCH=notme WORDCHARS='*?-_~!#$%^' ## Caractères faisant partie des mots |