-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzpreztorc
More file actions
44 lines (35 loc) · 1.07 KB
/
zpreztorc
File metadata and controls
44 lines (35 loc) · 1.07 KB
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
zstyle ':prezto:*:*' color 'yes'
# Set the Zsh modules to load (man zshmodules).
zstyle ':prezto:load' zmodule 'attr' 'stat'
# Set the Zsh functions to load (man zshcontrib).
zstyle ':prezto:load' zfunction 'zargs' 'zmv' 'zrecompile'
zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
zstyle ':prezto:load' pmodule \
'environment' \
'helper' \
'ssh' \
'spectrum' \
'utility' \
'editor' \
'history' \
'history-substring-search' \
'completion' \
'ruby' \
'node' \
'syntax-highlighting' \
'prompt' \
'fasd' \
'git-fixes' \
'zsh-z'
zstyle ':prezto:module:ssh:load' identities 'github' 'id_github'
zstyle ':prezto:module:prompt' theme 'greg'
zstyle ':prezto:module:history-substring-search' color 'yes'
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'root'
# 'cursor' \
# ssh-add ~/.ssh/github
zstyle ':prezto:module:editor' key-bindings 'emacs'
zstyle ':prezto:module:editor' dot-expansion 'no'