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
#
2015-12-31 11:17:51 -05:00
# 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
#
2015-12-31 11:17:51 -05:00
# 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
#
2015-12-31 11:17:51 -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
2015-12-31 11:17:51 -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
#
2015-12-31 11:17:51 -05:00
# Load these ssh identities with the ssh module
2015-12-31 11:13:39 -05:00
#zssh_ids=(id_rsa)
2015-12-15 00:12:17 -05:00
#
# Pacman
#
2015-12-31 11:17:51 -05:00
# Set (optional) pacman front-end.
2015-12-15 00:12:17 -05:00
#zpacman_frontend='powerpill'
2015-12-31 11:17:51 -05:00
# Load any helper scripts as defined here
2015-12-15 00:12:17 -05:00
#zpacman_helper=(aur)