From 36658b6df654e1671dd96737c6d2129b5ae8b50b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 30 May 2014 21:48:28 +0900 Subject: [PATCH] shrc: complete .. in zsh --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index 3a23c04..287a2f9 100755 --- a/shrc +++ b/shrc @@ -221,6 +221,7 @@ then _history # zstyle ':completion:*:*:cd:*' completer zstyle ':completion:*' accept-exact-dirs true + zstyle ':completion:*' special-dirs true autoload colors; colors