-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzimrc
44 lines (35 loc) · 877 Bytes
/
zimrc
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
#################
# CORE SETTINGS #
#################
#
# Zim settings
#
# Select what modules you would like enabled.
zmodule git-info
zmodule utility
zmodule prompt
zmodule completion
# Don't check every 30 days for new version
zstyle ':zim' disable-version-check yes
###################
# MODULE SETTINGS #
###################
#
# Prompt
#
# Set your desired prompt here
zprompt_theme='gitster'
#
# Input
#
# Set to vi or emacs
zinput_mode='vi'
#
# Syntax-Highlighting
#
# This determines what highlighters will be used with the syntax-highlighting module.
# Documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
# For (u)rxvt, termite and gnome-terminal users,
# removing the 'cursor' highlighter will fix the disappearing cursor problem
zhighlighters=(main brackets cursor)