mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58:01 +00:00
[.zpreztorc] module loading order matters
This commit is contained in:
parent
0ac3c4250f
commit
5f0797aa5f
@ -31,8 +31,9 @@ zstyle ':prezto:load' pmodule \
|
||||
'spectrum' \
|
||||
'utility' \
|
||||
'completion' \
|
||||
'syntax-highlighting' \
|
||||
'prompt' \
|
||||
'archive' \
|
||||
'syntax-highlighting' \
|
||||
'python' \
|
||||
'git' \
|
||||
'aws'
|
||||
@ -189,7 +190,6 @@ 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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user