dotfiles/.zpreztorc
2023-08-17 14:14:00 +09:00

37 lines
982 B
Text

# 色彩
zstyle ':prezto:*:*' color 'yes'
# プリロード
zstyle ':prezto:load' pmodule \
'archive' \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'syntax-highlighting' \
'history-substring-search' \
'prompt'
# キーマップ
zstyle ':prezto:module:editor' key-bindings 'emacs'
# テーマ
zstyle ':prezto:module:prompt' theme 'pure'
# ハイライト
zstyle ':prezto:module:syntax-highlighting' color 'yes'
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern'
# 途中まで打ったコマンドの履歴を検索
zstyle ':prezto:module:history-substring-search' case-sensitive 'yes'
zstyle ':prezto:module:history-substring-search' color 'yes'
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 ''