From 0577ca3b7d607516ea01238c73859223789415d5 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Thu, 30 Jan 2020 09:18:01 +0100 Subject: [PATCH] Set special-dirs true to zsh --- .zpreztorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zpreztorc b/.zpreztorc index cd4a1c2..7580cb6 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -192,6 +192,9 @@ zstyle ':prezto:module:terminal:tab-title' format '%m: %s' # Set the default session name: # zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME' +# Add / when autocomplete cd ../ +zstyle ':completion:*' special-dirs true + # # AWS #