From 9f5463234cddad3905aae62ecaaa5276b376f5d5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 22 Apr 2023 08:25:49 +0200 Subject: [PATCH] add / after .. + tab --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 696ae9f..56453ae 100644 --- a/zshrc +++ b/zshrc @@ -49,6 +49,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p zstyle ':completion:*' use-compctl false zstyle ':completion:*' verbose true zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' +zstyle ':completion:*' special-dirs true # History configurations HISTFILE=~/.zsh_history