|
|
@ -39,7 +39,11 @@ zstyle ':prezto:load' pmodule \
|
|
|
|
'utility' \
|
|
|
|
'utility' \
|
|
|
|
'completion' \
|
|
|
|
'completion' \
|
|
|
|
'history-substring-search' \
|
|
|
|
'history-substring-search' \
|
|
|
|
'prompt'
|
|
|
|
'prompt' \
|
|
|
|
|
|
|
|
'fasd' \
|
|
|
|
|
|
|
|
'git' \
|
|
|
|
|
|
|
|
'ruby' \
|
|
|
|
|
|
|
|
'tmux'
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Autosuggestions
|
|
|
|
# Autosuggestions
|
|
|
@ -74,7 +78,7 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
|
|
|
|
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
|
|
|
|
# zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
|
|
|
zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# GNU Utility
|
|
|
|
# GNU Utility
|
|
|
@ -142,7 +146,7 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
|
|
|
|
# Set the prompt theme to load.
|
|
|
|
# Set the prompt theme to load.
|
|
|
|
# Setting it to 'random' loads a random theme.
|
|
|
|
# Setting it to 'random' loads a random theme.
|
|
|
|
# Auto set to 'off' on dumb terminals.
|
|
|
|
# Auto set to 'off' on dumb terminals.
|
|
|
|
zstyle ':prezto:module:prompt' theme 'sorin'
|
|
|
|
zstyle ':prezto:module:prompt' theme 'pure'
|
|
|
|
|
|
|
|
|
|
|
|
# Set the working directory prompt display length.
|
|
|
|
# Set the working directory prompt display length.
|
|
|
|
# By default, it is set to 'short'. Set it to 'long' (without '~' expansion)
|
|
|
|
# By default, it is set to 'short'. Set it to 'long' (without '~' expansion)
|
|
|
@ -153,6 +157,13 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
|
|
|
# return codes. This is not supported by all prompts.
|
|
|
|
# return codes. This is not supported by all prompts.
|
|
|
|
# zstyle ':prezto:module:prompt' show-return-val 'yes'
|
|
|
|
# zstyle ':prezto:module:prompt' show-return-val 'yes'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Ruby
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Auto switch the Ruby version on directory change.
|
|
|
|
|
|
|
|
zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Python
|
|
|
|
# Python
|
|
|
|
#
|
|
|
|
#
|
|
|
|