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-22 11:56:56 +01:00
|
|
|
zmodules=(directory environment git history input utility custom \
|
2015-12-17 09:02:52 +01:00
|
|
|
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
|
2015-12-29 10:47:25 +01: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 11:00:48 +01:00
|
|
|
# for (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem
|
|
|
|
zhighlighters=(main brackets cursor)
|
2015-12-15 06:12:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# SSH
|
|
|
|
#
|
|
|
|
|
|
|
|
# load these ssh identities with the ssh module
|
|
|
|
zssh_ids=(id_rsa)
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Pacman
|
|
|
|
#
|
|
|
|
|
2015-12-29 20:14:13 +01:00
|
|
|
# set (optional) pacman front-end.
|
2015-12-15 06:12:17 +01:00
|
|
|
#zpacman_frontend='powerpill'
|
|
|
|
|
2015-12-29 20:53:26 +01:00
|
|
|
# load any helper scripts as defined here
|
2015-12-15 06:12:17 +01:00
|
|
|
#zpacman_helper=(aur)
|