1
0
Fork 0
mirror of synced 2024-05-24 11:10:30 -04:00
zimfw/templates/zimrc

51 lines
821 B
Plaintext
Raw Normal View History

2015-12-15 00:12:17 -05:00
#################
# CORE SETTINGS #
#################
#
# Zim settings
#
# select what modules you would like enabled
zmodules=(completion directory environment git history ssh utility \
syntax-highlighting history-substring-search prompt)
###################
# MODULE SETTINGS #
###################
#
# Prompt
#
# set your desired prompt here
2015-12-15 18:51:28 -05:00
zprompt_theme='eriner'
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
zhighlighters=(main brackets cursor)
#
# SSH
#
# load these ssh identities with the ssh module
zssh_ids=(id_rsa)
#
# Pacman
#
# set (optional) pacman front-end. If not set, zim will attempt to use powerpill or pacmatic if available
#zpacman_frontend='powerpill'
# load any helper scripts as difined here
#zpacman_helper=(aur)