2015-12-15 00:12:17 -05:00
|
|
|
#################
|
|
|
|
# CORE SETTINGS #
|
|
|
|
#################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Zim settings
|
|
|
|
#
|
|
|
|
|
|
|
|
# select what modules you would like enabled
|
2015-12-16 01:22:33 -05: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-22 05:56:56 -05:00
|
|
|
zmodules=(directory environment git history input utility custom \
|
2015-12-17 03:02:52 -05:00
|
|
|
syntax-highlighting history-substring-search prompt completion)
|
2015-12-15 00:12:17 -05:00
|
|
|
|
|
|
|
|
|
|
|
###################
|
|
|
|
# MODULE SETTINGS #
|
|
|
|
###################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Prompt
|
|
|
|
#
|
|
|
|
|
|
|
|
# set your desired prompt here
|
2015-12-18 10:13:38 -05:00
|
|
|
zprompt_theme='steeef'
|
2015-12-15 00:12:17 -05:00
|
|
|
|
|
|
|
|
|
|
|
#
|
2015-12-15 18:51:28 -05:00
|
|
|
# Syntax-Highlighting
|
2015-12-15 00:12:17 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
# this determines what highlighters will be used with the completion module
|
2015-12-29 04:47:25 -05:00
|
|
|
# documentation of the highlighters can be found here:
|
|
|
|
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
2015-12-29 05:00:48 -05:00
|
|
|
# for (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem
|
|
|
|
zhighlighters=(main brackets cursor)
|
2015-12-15 00:12:17 -05:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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)
|