2015-12-15 06:12:17 +01:00
|
|
|
#################
|
|
|
|
# CORE SETTINGS #
|
|
|
|
#################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Zim settings
|
|
|
|
#
|
|
|
|
|
|
|
|
# select what modules you would like enabled
|
2015-12-16 07:22:33 +01:00
|
|
|
# the second line of modules may depend on options set by modules in the first line
|
|
|
|
# these dependencies are noted on the respective module's README.md
|
2015-12-17 09:02:52 +01:00
|
|
|
zmodules=(directory environment git history input ssh utility \
|
|
|
|
syntax-highlighting history-substring-search prompt completion)
|
2015-12-15 06:12:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
###################
|
|
|
|
# MODULE SETTINGS #
|
|
|
|
###################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Prompt
|
|
|
|
#
|
|
|
|
|
|
|
|
# set your desired prompt here
|
2015-12-18 16:13:38 +01:00
|
|
|
zprompt_theme='steeef'
|
2015-12-15 06:12:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
#
|
2015-12-16 00:51:28 +01:00
|
|
|
# Syntax-Highlighting
|
2015-12-15 06:12:17 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# this determines what highlighters will be used with the completion module
|
|
|
|
zhighlighters=(main brackets cursor)
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# SSH
|
|
|
|
#
|
|
|
|
|
|
|
|
# load these ssh identities with the ssh module
|
|
|
|
zssh_ids=(id_rsa)
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Pacman
|
|
|
|
#
|
|
|
|
|
|
|
|
# set (optional) pacman front-end. If not set, zim will attempt to use powerpill or pacmatic if available
|
|
|
|
#zpacman_frontend='powerpill'
|
|
|
|
|
|
|
|
# load any helper scripts as difined here
|
|
|
|
#zpacman_helper=(aur)
|