34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
zstyle ':prezto:*:*' color 'yes'
|
|
zstyle ':prezto:load' zmodule 'attr' 'stat'
|
|
zstyle ':prezto:load' zfunction 'zargs' 'zmv'
|
|
zstyle ':prezto:load' pmodule \
|
|
'environment' \
|
|
'terminal' \
|
|
'editor' \
|
|
'history' \
|
|
'history-substring-search' \
|
|
'directory' \
|
|
'utility' \
|
|
'completion' \
|
|
'homebrew' \
|
|
'osx' \
|
|
'git' \
|
|
'node' \
|
|
'python' \
|
|
'syntax-highlighting' \
|
|
'tmux' \
|
|
'prompt'
|
|
|
|
zstyle ':prezto:module:autosuggestions:color' found ''
|
|
zstyle ':prezto:module:editor' key-bindings 'emacs'
|
|
zstyle ':prezto:module:editor' dot-expansion 'yes'
|
|
zstyle ':prezto:module:editor' ps-context 'yes'
|
|
zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
|
zstyle ':prezto:module:prompt' theme 'paradox'
|
|
zstyle ':prezto:module:prompt' long-pwd 'yes'
|
|
zstyle ':prezto:module:terminal' auto-title 'yes'
|
|
zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
|
|
zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
|
|
zstyle ':prezto:module:terminal:multiplexer-title' format '%s'
|
|
zstyle ':prezto:module:tmux:iterm' integrate 'yes'
|