update to latest zpreztorc from prezto repository
This commit is contained in:
@@ -32,9 +32,7 @@ zstyle ':prezto:load' pmodule \
|
|||||||
'spectrum' \
|
'spectrum' \
|
||||||
'utility' \
|
'utility' \
|
||||||
'completion' \
|
'completion' \
|
||||||
'prompt' \
|
'prompt'
|
||||||
'syntax-highlighting' \
|
|
||||||
'history-substring-search'
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Editor
|
# Editor
|
||||||
@@ -51,7 +49,7 @@ zstyle ':prezto:module:editor' keymap '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:ignore' submodule 'all'
|
# zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU Utility
|
# GNU Utility
|
||||||
@@ -83,12 +81,19 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
|||||||
# Auto start a session when Zsh is launched.
|
# Auto start a session when Zsh is launched.
|
||||||
# zstyle ':prezto:module:screen' auto-start 'yes'
|
# zstyle ':prezto:module:screen' auto-start 'yes'
|
||||||
|
|
||||||
|
#
|
||||||
|
# GPG-Agent
|
||||||
|
#
|
||||||
|
|
||||||
|
# Enable SSH-Agent protocol emulation.
|
||||||
|
# zstyle ':prezto:module:gpg-agent' ssh-support 'yes'
|
||||||
|
|
||||||
#
|
#
|
||||||
# SSH-Agent
|
# SSH-Agent
|
||||||
#
|
#
|
||||||
|
|
||||||
# Enable ssh-agent forwarding.
|
# Enable ssh-agent forwarding.
|
||||||
zstyle ':prezto:module:ssh-agent' forwarding 'yes'
|
# zstyle ':prezto:module:ssh-agent' forwarding 'yes'
|
||||||
|
|
||||||
# Set ssh-agent identities to load.
|
# Set ssh-agent identities to load.
|
||||||
# zstyle ':prezto:module:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'
|
# zstyle ':prezto:module:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'
|
||||||
@@ -99,12 +104,12 @@ zstyle ':prezto:module:ssh-agent' forwarding 'yes'
|
|||||||
|
|
||||||
# Set syntax highlighters.
|
# Set syntax highlighters.
|
||||||
# By default main, brackets, and cursor are enabled.
|
# By default main, brackets, and cursor are enabled.
|
||||||
zstyle ':prezto:module:syntax-highlighting' highlighters \
|
# zstyle ':prezto:module:syntax-highlighting' highlighters \
|
||||||
'main' \
|
# 'main' \
|
||||||
'brackets' \
|
# 'brackets' \
|
||||||
'pattern' \
|
# 'pattern' \
|
||||||
'cursor' \
|
# 'cursor' \
|
||||||
'root'
|
# 'root'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Terminal
|
# Terminal
|
||||||
@@ -119,3 +124,4 @@ zstyle ':prezto:module:terminal' auto-title 'yes'
|
|||||||
|
|
||||||
# Auto start a session when Zsh is launched.
|
# Auto start a session when Zsh is launched.
|
||||||
# zstyle ':prezto:module:tmux' auto-start 'yes'
|
# zstyle ':prezto:module:tmux' auto-start 'yes'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user