X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=f3bebe89faed8b340388cb1371fd149de2ceec44;hb=80ebbd76a0e34625489235f41aa934d69e4b11ff;hp=b28757eec6fffce0634f977e02decfd7d8ffe674;hpb=b4b3911d9f162de2a8632de90dfe3449cf58a4f2;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index b28757e..f3bebe8 100644 --- a/zsh/rc +++ b/zsh/rc @@ -123,8 +123,9 @@ zstyle ':completion:*' list-prompt '%p' # When unsetting variables make sure every variable name is only suggested # once. zstyle ':completion:*:unset:*' ignore-line yes -# When working with mercurial don't complete the same file multiple times. -zstyle ':completion:*:hg*:*' ignore-line yes +# When working with Mercurial and Git don't complete the same file multiple +# times. Very useful when completing file names. +zstyle ':completion:*:(hg|git)*:*' ignore-line yes # ALIAS AND FUNCTION SETTINGS