diff --git a/users/config/shell/zsh/zshrc b/users/config/shell/zsh/zshrc index c9c69fe..2feee8e 100644 --- a/users/config/shell/zsh/zshrc +++ b/users/config/shell/zsh/zshrc @@ -224,6 +224,9 @@ zstyle ':completion:*' squeeze-slashes true # provide verbose completion information zstyle ':completion:*' verbose true +# provide .. as a completion +zstyle ':completion:*' special-dirs .. + # -------------------------------------------------------------------------------- # ZSH Options