dotfiles/zpreztorc

27 lines
880 B
Plaintext
Raw Normal View History

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' \
2017-05-08 18:04:27 +00:00
'git' \
2019-02-25 19:42:07 +00:00
'ruby' \
2017-08-16 13:50:12 +00:00
'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'
2017-05-08 18:04:27 +00:00
zstyle ':prezto:module:tmux:auto-start' local 'yes'
zstyle ':prezto:module:tmux' session 'AddgeneImac'
2017-05-05 14:12:19 +00:00
zstyle ':prezto:module:python:info:virtualenv' format 'v:% v'