26 lines
869 B
Plaintext
26 lines
869 B
Plaintext
zstyle ':prezto:*:*' color 'yes'
|
|
zstyle ':prezto:load' zmodule 'attr' 'stat'
|
|
zstyle ':prezto:load' zfunction 'zargs' 'zmv'
|
|
zstyle ':prezto:load' pmodule \
|
|
'environment' \
|
|
'history' \
|
|
'history-substring-search' \
|
|
'utility' \
|
|
'completion' \
|
|
'git' \
|
|
'prompt' \
|
|
'tmux'
|
|
|
|
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:multiplexer-title' format '%s'
|
|
zstyle ':prezto:module:tmux:auto-start' local 'yes'
|
|
zstyle ':prezto:module:tmux' session 'AddgeneImac'
|
|
zstyle ':prezto:module:python:info:virtualenv' format 'v:% v'
|
|
|