zim/templates/zimrc

74 lines
1.5 KiB
Text
Raw Normal View History

2015-12-15 06:12:17 +01:00
#################
# CORE SETTINGS #
#################
#
# Zim settings
#
2015-12-31 17:17:51 +01: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 06:12:17 +01:00
###################
# MODULE SETTINGS #
###################
#
# Prompt
#
2015-12-31 17:17:51 +01:00
# Set your desired prompt here
zprompt_theme='steeef'
2015-12-15 06:12:17 +01:00
#
# Completion
#
# set an optional host-specific filename for the completion cache file
# if none is provided, the default '.zcompdump' is used.
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
#
# Utility
#
# Uncomment to enable command correction prompts; 'setopt CORRECT'
# See: http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput
#zcorrection='true'
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 syntax-highlighting module.
2015-12-31 17:17:51 +01:00
# Documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
# For (u)rxvt and gnome-terminal users,
# removing the 'cursor' highlighter will fix the disappearing cursor problem
zhighlighters=(main brackets cursor)
2015-12-15 06:12:17 +01:00
#
# SSH
#
2015-12-31 17:17:51 +01:00
# Load these ssh identities with the ssh module
2015-12-31 17:13:39 +01:00
#zssh_ids=(id_rsa)
2015-12-15 06:12:17 +01:00
#
# Pacman
#
2015-12-31 17:17:51 +01:00
# Set (optional) pacman front-end.
2015-12-15 06:12:17 +01:00
#zpacman_frontend='powerpill'
2015-12-31 17:17:51 +01:00
# Load any helper scripts as defined here
2015-12-15 06:12:17 +01:00
#zpacman_helper=(aur)