2023-08-17 14:14:00 +09:00
|
|
|
# 色彩
|
|
|
|
zstyle ':prezto:*:*' color 'yes'
|
|
|
|
|
|
|
|
# プリロード
|
|
|
|
zstyle ':prezto:load' pmodule \
|
|
|
|
'archive' \
|
|
|
|
'environment' \
|
|
|
|
'terminal' \
|
|
|
|
'editor' \
|
|
|
|
'history' \
|
|
|
|
'directory' \
|
|
|
|
'spectrum' \
|
|
|
|
'utility' \
|
|
|
|
'completion' \
|
|
|
|
'syntax-highlighting' \
|
|
|
|
'history-substring-search' \
|
2023-11-25 18:18:36 +09:00
|
|
|
'prompt' \
|
|
|
|
'tmux'
|
2023-08-17 14:14:00 +09:00
|
|
|
|
|
|
|
# キーマップ
|
|
|
|
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'
|
|
|
|
|
2023-11-25 18:18:36 +09:00
|
|
|
# tmux
|
|
|
|
zstyle ':prezto:module:tmux:auto-start' local 'yes'
|
|
|
|
zstyle ':prezto:module:tmux:session' name '0'
|
|
|
|
zstyle ':prezto:module:tmux:alias' skip 'yes'
|
|
|
|
|
2023-08-17 14:14:00 +09:00
|
|
|
# 途中まで打ったコマンドの履歴を検索
|
|
|
|
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 ''
|