This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/templates/zimrc

82 lines
1.7 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
#
# 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 00:12:17 -05:00
#
# Input
#
# Uncomment to enable double-dot expansion.
# This appends '../' to your input for each '.' you type after an initial '..'
#zdouble_dot_expand='true'
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 syntax-highlighting module.
2015-12-31 11:17:51 -05: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 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)