From 5faa752a8edb88bc9dd3a43d58fecb2fb2cc8d16 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Sun, 17 May 2015 23:43:38 +0200 Subject: [PATCH] Added completion for special dirs (. .. etc) modified: .zsh_comprc --- .zsh_comprc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh_comprc b/.zsh_comprc index 2d4132b..5c119b4 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -6,6 +6,7 @@ zstyle ':completion:*' completions 1 zstyle ':completion:*' glob 1 zstyle ':completion:*' match-original both zstyle ':completion:*' max-errors 0 +zstyle ':completion:*' special-dirs true zstyle ':completion:*' substitute 1 zstyle :compinstall filename '/home/henk/.zsh_comprc' -- 2.39.5