1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/templates/zimrc

56 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-12-15 00:12:17 -05:00
#################
# CORE SETTINGS #
#################
#
# Zim settings
#
# select what modules you would like enabled
# 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
zmodules=(directory environment git history input utility custom \
syntax-highlighting history-substring-search prompt completion)
2015-12-15 00:12:17 -05:00
###################
# MODULE SETTINGS #
###################
#
# Prompt
#
# set your desired prompt here
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
# documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
# 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
#
2015-12-29 14:14:13 -05:00
# set (optional) pacman front-end.
2015-12-15 00:12:17 -05:00
#zpacman_frontend='powerpill'
2015-12-29 14:53:26 -05:00
# load any helper scripts as defined here
2015-12-15 00:12:17 -05:00
#zpacman_helper=(aur)