diff options
author | Hugues <hugues@prunelle.(none)> | 2008-03-17 00:28:38 +0100 |
---|---|---|
committer | Hugues <hugues@prunelle.(none)> | 2008-03-17 00:28:38 +0100 |
commit | 8f5d2d8558a3fddc71ff2b21f723b19d1443b09f (patch) | |
tree | 36b63726957f125ce83befba39d480b40a64266e | |
parent | dc2fbc2d3b04a9179075daa8e5ffc6afbf414bd5 (diff) |
It's better to end a string by a '%b' when it contains a '%B'.. :)
-rw-r--r-- | 60_Completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/60_Completion.zsh b/60_Completion.zsh index 17383e6..3ba1962 100644 --- a/60_Completion.zsh +++ b/60_Completion.zsh @@ -21,7 +21,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} ## Sépare les résultats en groupes zstyle ':completion:*' group-name '' -zstyle ':completion:*' format '%B---------------[ %d ]' +zstyle ':completion:*' format '%B---------------[ %d ]%b' # Premiers essais... #_ssh_hosts=(${(o)${${(M)${(f)"$(<~/.ssh/config)"}##host*}/host /}%% *}) |