Created
April 26, 2015 18:45
-
-
Save yamafaktory/4f1456d2aa2563013280 to your computer and use it in GitHub Desktop.
zprestorc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Color output | |
| zstyle ':prezto:*:*' color 'yes' | |
| # Prezto modules | |
| zstyle ':prezto:load' pmodule \ | |
| 'environment' \ | |
| 'terminal' \ | |
| 'editor' \ | |
| 'history' \ | |
| 'directory' \ | |
| 'spectrum' \ | |
| 'utility' \ | |
| 'completion' \ | |
| 'node' \ | |
| 'git' \ | |
| 'syntax-highlighting' \ | |
| 'history-substring-search' \ | |
| 'prompt' | |
| # Key mapping style | |
| zstyle ':prezto:module:editor' key-bindings 'emacs' | |
| # History Substring Search | |
| zstyle ':prezto:module:history-substring-search:color' found '' | |
| zstyle ':prezto:module:history-substring-search:color' not-found '' | |
| zstyle ':prezto:module:history-substring-search' globbing-flags '' | |
| # Pacman | |
| zstyle ':prezto:module:pacman' frontend 'yaourt' | |
| # Prompt | |
| zstyle ':prezto:module:prompt' theme 'cloud' | |
| # SSH | |
| zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github' | |
| # Syntax Highlighting | |
| zstyle ':prezto:module:syntax-highlighting' highlighters \ | |
| 'main' \ | |
| 'brackets' \ | |
| 'pattern' \ | |
| 'cursor' \ | |
| 'root' | |
| zstyle ':prezto:module:syntax-highlighting' styles \ | |
| 'builtin' 'bg=blue' \ | |
| 'command' 'bg=blue' \ | |
| 'function' 'bg=blue' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment