X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=67fc6400af84650d51a0faa1dd4a8c1fa729b49c;hb=789fd75316c26ae394c3c32f7664139fc996a110;hp=f78f92784822d2abc612705793b1400b90daa4ed;hpb=2c8ba395a8bddb57300892c1ac27ff6036e493e9;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f78f927..67fc640 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2436,6 +2436,9 @@ grmlcomp() { zstyle ':completion:*:manuals.*' insert-sections true zstyle ':completion:*:man:*' menu yes select + # provide .. as a completion + zstyle ':completion:*' special-dirs .. + # run rehash on completion so new installed program are found automatically: _force_rehash() { (( CURRENT == 1 )) && rehash