-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zpreztorc
41 lines (35 loc) · 1.01 KB
/
.zpreztorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# color output (auto set to 'no' on dumb terminals)
zstyle ':prezto:*:*' color 'yes'
# Set the Prezto modules to load (browse modules)
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'prompt' \
'syntax-highlighting' \
'history-substring-search' \
'git' \
'tmux'
# Set the key mapping style to 'emacs' or 'vi'
zstyle ':prezto:module:editor' key-bindings 'vi'
# Set the prompt theme to load
# Setting it to 'random' loads a random theme
# Auto set to 'off' on dumb terminals
zstyle ':prezto:module:prompt' theme 'nicoulaj'
zstyle ':prezto:module:syntax-highlighting' color 'yes'
# Set syntax highlighters.
# By default, only the main highlighter is enabled.
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'line' \
'cursor' \
'root'
# Auto start a tmux session when zsh is launched in a local terminal.
zstyle ':prezto:module:tmux:auto-start' local 'yes'