diff options
author | Hendrik Jaeger <henk@frustcomp> | 2015-05-17 23:43:38 +0200 |
---|---|---|
committer | Hendrik Jaeger <henk@frustcomp> | 2015-05-17 23:43:38 +0200 |
commit | 5faa752a8edb88bc9dd3a43d58fecb2fb2cc8d16 (patch) | |
tree | e620d2befca8ca14b6bdd4daeea92a26bfae0c66 | |
parent | e9d2ef3367b42ee1ca991b4e1f496330252a5646 (diff) |
Added completion for special dirs (. .. etc)
modified: .zsh_comprc
-rw-r--r-- | .zsh_comprc | 1 |
1 files changed, 1 insertions, 0 deletions
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' |