-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzpreztorc
72 lines (46 loc) · 1.67 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# zstyle ':prezto:*:*' case-sensitive 'yes'
zstyle ':prezto:*:*' color 'yes'
# zstyle ':prezto:load' zmodule 'attr' 'stat'
# zstyle ':prezto:load' zfunction 'zargs' 'zmv'
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'history-substring-search' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'prompt' \
'git' \
'python' \
'tmux'
# zstyle ':prezto:module:autosuggestions:color' found ''
zstyle ":prezto:module:editor" key-bindings 'vi'
zstyle ':prezto:module:editor' dot-expansion 'yes'
zstyle ':prezto:module:prompt' theme 'hashknot'
# zstyle ':prezto:module:git:status:ignore' submodules 'all'
# zstyle ':prezto:module:gnu-utility' prefix 'g'
# 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 ''
# zstyle ':prezto:module:pacman' frontend 'yaourt'
# zstyle ':prezto:module:ruby:chruby' auto-switch 'yes'
# zstyle ':prezto:module:screen:auto-start' local 'yes'
# zstyle ':prezto:module:screen:auto-start' remote 'yes'
# zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github'
# zstyle ':prezto:module:syntax-highlighting' highlighters \
# 'main' \
# 'brackets' \
# 'pattern' \
# 'line' \
# 'cursor' \
# 'root'
# zstyle ':prezto:module:syntax-highlighting' styles \
# 'builtin' 'bg=blue' \
# 'command' 'bg=blue' \
# 'function' 'bg=blue'
# zstyle ':prezto:module:terminal' auto-title 'yes'
# zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
# zstyle ':prezto:module:terminal:tab-title' format '%m: %s'