From c2561925558f15ed1a537e0aaac5d127a7b95b53 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 27 Jun 2024 17:20:42 +0200 Subject: [PATCH] chore: re-add .. as zsh completion --- users/config/shell/zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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