[.zpreztorc] module loading order matters

This commit is contained in:
Daniel Carrillo 2020-02-22 16:22:00 +01:00
parent 0ac3c4250f
commit 5f0797aa5f
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,9 @@ zstyle ':prezto:load' pmodule \
'spectrum' \ 'spectrum' \
'utility' \ 'utility' \
'completion' \ 'completion' \
'syntax-highlighting' \
'prompt' \ 'prompt' \
'archive' \
'syntax-highlighting' \
'python' \ 'python' \
'git' \ 'git' \
'aws' 'aws'
@ -189,7 +190,6 @@ zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
# Set the default session name: # Set the default session name:
# zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME' # zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME'
# Add / when autocomplete cd ../
zstyle ':completion:*' special-dirs true zstyle ':completion:*' special-dirs true
# #