mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 15:08: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' \
|
'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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user