Set special-dirs true to zsh

This commit is contained in:
Daniel Carrillo 2020-01-30 09:18:01 +01:00
parent 0ba8b247f0
commit 0577ca3b7d
1 changed files with 3 additions and 0 deletions

View File

@ -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
#