1
0
Fork 0

Load osx modules by default

pull/836/head
Rui Coelho 10 years ago
parent c75a2e1abb
commit 815675cae8

@ -1,6 +1,13 @@
# #
# Sets Prezto options. # Sets Prezto options.
# #
# See:
# https://dotfiles.github.io/
# http://joshsymonds.com/blog/2014/06/12/shell-awesomeness-with-prezto/
# http://jeromedalbert.com/migrate-from-oh-my-zsh-to-prezto/
# http://mikebuss.com/2014/04/07/customizing-prezto/
# http://mikebuss.com/2014/02/02/a-beautiful-productive-terminal-experience/
#
# Authors: # Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com> # Sorin Ionescu <sorin.ionescu@gmail.com>
# #
@ -23,6 +30,7 @@ zstyle ':prezto:*:*' color 'yes'
# Set the Prezto modules to load (browse modules). # Set the Prezto modules to load (browse modules).
# The order matters. # The order matters.
# Its ok to load modules that dont apply (they check for requirements)
zstyle ':prezto:load' pmodule \ zstyle ':prezto:load' pmodule \
'environment' \ 'environment' \
'terminal' \ 'terminal' \
@ -32,6 +40,12 @@ zstyle ':prezto:load' pmodule \
'spectrum' \ 'spectrum' \
'utility' \ 'utility' \
'completion' \ 'completion' \
'homebrew' \
'osx' \
'git' \
'tmux' \
'syntax-highlighting' \
'history-substring-search' \
'prompt' 'prompt'
# #
@ -39,10 +53,10 @@ zstyle ':prezto:load' pmodule \
# #
# Set the key mapping style to 'emacs' or 'vi'. # 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 ../.. # Auto convert .... to ../..
# zstyle ':prezto:module:editor' dot-expansion 'yes' zstyle ':prezto:module:editor' dot-expansion 'yes'
# #
# Git # Git
@ -63,13 +77,13 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# #
# Set the query found color. # Set the query found color.
# zstyle ':prezto:module:history-substring-search:color' found '' zstyle ':prezto:module:history-substring-search:color' found ''
# Set the query not found color. # Set the query not found color.
# zstyle ':prezto:module:history-substring-search:color' not-found '' zstyle ':prezto:module:history-substring-search:color' not-found ''
# Set the search globbing flags. # Set the search globbing flags.
# zstyle ':prezto:module:history-substring-search' globbing-flags '' zstyle ':prezto:module:history-substring-search' globbing-flags ''
# #
# Pacman # Pacman

Loading…
Cancel
Save