X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.zsh_comprc;h=184f493b095631c78a872219f02ef16025f5f241;hb=9180963240c886173f8c84bc5949c4e8f9b59563;hp=0a6243ef48f039b4fa6a396fc9538d7388cccdde;hpb=a96a9b0113336a584286c18131ffa5a934a6561f;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zsh_comprc b/.zsh_comprc index 0a6243e..184f493 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -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 @@ -17,6 +17,7 @@ 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:*' matcher-list m:{[:lower:]}={[:upper:]} zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=5 zstyle ':completion:*' original true