Skip to content

Instantly share code, notes, and snippets.

@marco-lavagnino
Last active October 25, 2017 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marco-lavagnino/dceaa26b69db3d3362b6fed13718cd93 to your computer and use it in GitHub Desktop.
Save marco-lavagnino/dceaa26b69db3d3362b6fed13718cd93 to your computer and use it in GitHub Desktop.
My preztorc
zstyle ':prezto:*:*' color 'yes'
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'history' \
'directory' \
'spectrum' \
'python' \
'utility' \
'ssh' \
'fasd' \
'completion' \
'syntax-highlighting' \
'history-substring-search' \
'prompt'
zstyle ':prezto:module:terminal' auto-title 'yes'
# zsh-virtualenv
zstyle ':prezto:module:python:virtualenv' auto-switch 'yes'
zstyle ':prezto:module:python:virtualenv' initialize 'yes'
# zsh-syntax-highlighting
zstyle ':prezto:module:syntax-highlighting' color 'yes'
zstyle ':prezto:module:syntax-highlighting' highlighters 'main' 'brackets' 'pattern' 'line' 'root'
# zsh-history-substring-search
zstyle ':prezto:module:history-substring-search' case-sensitive 'yes'
zstyle ':prezto:module:history-substring-search' color 'yes'
zstyle ':prezto:module:prompt' theme 'pure'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment