forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2873885
commit 10c4c90
Showing
2 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,15 @@ | |
# | ||
# Authors: | ||
# Sorin Ionescu <[email protected]> | ||
# Toine Hartman <[email protected]> | ||
# | ||
|
||
# | ||
# General | ||
# | ||
|
||
# Set case-sensitivity for completion, history lookup, etc. | ||
# zstyle ':prezto:*:*' case-sensitive 'yes' | ||
zstyle ':prezto:*:*' case-sensitive 'yes' | ||
|
||
# Color output (auto set to 'no' on dumb terminals). | ||
zstyle ':prezto:*:*' color 'yes' | ||
|
@@ -35,7 +36,13 @@ zstyle ':prezto:load' pmodule \ | |
'spectrum' \ | ||
'utility' \ | ||
'completion' \ | ||
'prompt' | ||
'prompt' \ | ||
'syntax-highlighting' \ | ||
'history-substring-search' \ | ||
'node' \ | ||
'rsync' \ | ||
'git' \ | ||
'homebrew' | ||
|
||
# | ||
# Autosuggestions | ||
|
@@ -57,7 +64,7 @@ zstyle ':prezto:load' pmodule \ | |
# | ||
|
||
# Set the key mapping style to 'emacs' or 'vi'. | ||
zstyle ':prezto:module:editor' key-bindings 'emacs' | ||
zstyle ':prezto:module:editor' key-bindings 'vi' | ||
|
||
# Auto convert .... to ../.. | ||
# zstyle ':prezto:module:editor' dot-expansion 'yes' | ||
|
@@ -113,7 +120,7 @@ zstyle ':prezto:module:editor' key-bindings 'emacs' | |
# Set the prompt theme to load. | ||
# Setting it to 'random' loads a random theme. | ||
# Auto set to 'off' on dumb terminals. | ||
zstyle ':prezto:module:prompt' theme 'sorin' | ||
zstyle ':prezto:module:prompt' theme 'kylewest' | ||
|
||
# Set the working directory prompt display length. | ||
# By default, it is set to 'short'. Set it to 'long' (without '~' expansion) | ||
|
@@ -139,7 +146,7 @@ zstyle ':prezto:module:prompt' theme 'sorin' | |
# | ||
|
||
# Auto switch the Ruby version on directory change. | ||
# zstyle ':prezto:module:ruby:chruby' auto-switch 'yes' | ||
zstyle ':prezto:module:ruby:chruby' auto-switch 'yes' | ||
|
||
# | ||
# Screen | ||
|
@@ -164,13 +171,13 @@ zstyle ':prezto:module:prompt' theme 'sorin' | |
|
||
# Set syntax highlighters. | ||
# By default, only the main highlighter is enabled. | ||
# zstyle ':prezto:module:syntax-highlighting' highlighters \ | ||
# 'main' \ | ||
# 'brackets' \ | ||
# 'pattern' \ | ||
# 'line' \ | ||
# 'cursor' \ | ||
# 'root' | ||
zstyle ':prezto:module:syntax-highlighting' highlighters \ | ||
'main' \ | ||
'brackets' \ | ||
'pattern' \ | ||
'line' \ | ||
'cursor' \ | ||
'root' | ||
# | ||
# Set syntax highlighting styles. | ||
# zstyle ':prezto:module:syntax-highlighting' styles \ | ||
|
This file contains 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