]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zsh_comprc
nicer formatting
[user/henk/vcsh/zsh.git] / .zsh_comprc
index 1a0de591fcc7e05f5b9d801f4383745cc6d6c310..6b9e0306a1af659f654efd75f86605832aec91e2 100644 (file)
@@ -6,7 +6,7 @@ zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _cor
 zstyle ':completion:*' completions 1
 zstyle ':completion:*' expand prefix suffix
 zstyle ':completion:*' file-sort name
-zstyle ':completion:*' format '%d'
+zstyle ':completion:*' format '%B%d%b'
 zstyle ':completion:*' glob 1
 zstyle ':completion:*' group-name ''
 zstyle ':completion:*' ignore-parents parent pwd .. directory
@@ -15,6 +15,8 @@ zstyle ':completion:*' list-colors ''
 zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
 zstyle ':completion:*' list-suffixes true
 zstyle ':completion:*' match-original both
+# this breaks … something? max-errors possibly
+# zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +'l:|=* r:|=*'
 zstyle ':completion:*' max-errors 1
 zstyle ':completion:*' menu select=5
 zstyle ':completion:*' original true