X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=96064fb5f28dc9f500db63270585f3a636335696;hb=553583de2158242b3161fb66068eb7c6400d0a10;hp=8d7a7df7db21942920962a61ee2e09e9b88da897;hpb=4855fe0d478b67ced12783591c0636234b55da24;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8d7a7df..96064fb 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2475,8 +2475,8 @@ grmlcomp() { # format on completion zstyle ':completion:*:descriptions' format $'%{\e[0;31m%}completing %B%d%b%{\e[0m%}' - # complete 'cd -' with menu - zstyle ':completion:*:*:cd:*:directory-stack' menu yes select + # automatically complete 'cd -' and 'cd -' with menu + # zstyle ':completion:*:*:cd:*:directory-stack' menu yes select # insert all expansions for expand completer zstyle ':completion:*:expand:*' tag-order all-expansions