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.
|
2017-03-16 13:12:00 +01:00
|
|
|
# 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.
|
2017-10-23 16:33:57 +02:00
|
|
|
zmodules=(directory environment git git-info history input utility custom \
|
2018-06-01 02:17:04 +02:00
|
|
|
prompt completion syntax-highlighting history-substring-search )
|
2015-12-15 06:12:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
###################
|
|
|
|
# MODULE SETTINGS #
|
|
|
|
###################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Prompt
|
|
|
|
#
|
|
|
|
|
2015-12-31 17:17:51 +01:00
|
|
|
# Set your desired prompt here
|
2015-12-18 16:13:38 +01:00
|
|
|
zprompt_theme='steeef'
|
2015-12-15 06:12:17 +01:00
|
|
|
|
2016-04-16 23:56:46 +02:00
|
|
|
#
|
|
|
|
# Completion
|
|
|
|
#
|
|
|
|
|
2018-04-24 15:59:58 +02:00
|
|
|
# Set an optional host-specific filename for the completion cache file. If none
|
|
|
|
# is provided, the default '.zcompdump' is used.
|
2016-04-16 23:56:46 +02:00
|
|
|
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
|
|
|
|
|
2016-01-17 13:08:08 +01:00
|
|
|
#
|
|
|
|
# Utility
|
|
|
|
#
|
|
|
|
|
2018-04-24 15:59:58 +02:00
|
|
|
# Uncomment to enable spelling correction prompt for commands. See:
|
|
|
|
# http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput
|
2016-09-30 16:36:40 +02:00
|
|
|
#setopt CORRECT
|
2015-12-15 06:12:17 +01:00
|
|
|
|
2018-04-07 03:00:57 +02:00
|
|
|
# Set custom spelling correction prompt
|
|
|
|
#SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
|
|
|
|
|
2017-01-21 17:54:32 +01:00
|
|
|
#
|
|
|
|
# Environment
|
|
|
|
#
|
|
|
|
|
|
|
|
# Set the string below to the desired terminal title format string.
|
|
|
|
# The terminal title is redrawn upon directory change, however, variables like
|
|
|
|
# ${PWD} are only evaluated once. Use prompt expansion strings for dynamic data:
|
|
|
|
# http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Simple-Prompt-Escapes
|
|
|
|
# The example below uses the following format: 'username@host:/current/directory'
|
|
|
|
ztermtitle='%n@%m:%~'
|
|
|
|
|
2016-05-21 05:25:01 +02:00
|
|
|
#
|
|
|
|
# Input
|
|
|
|
#
|
|
|
|
|
2018-04-06 00:50:55 +02:00
|
|
|
# Set to vi or emacs
|
|
|
|
zinput_mode='emacs'
|
|
|
|
|
2018-04-24 15:59:58 +02:00
|
|
|
# Uncomment to enable double-dot expansion. This appends '../' to your input for
|
|
|
|
# each '.' you type after an initial '..'
|
2016-05-21 05:25:01 +02:00
|
|
|
#zdouble_dot_expand='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
|
|
|
#
|
|
|
|
|
2016-01-28 14:50:15 +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:
|
2015-12-29 10:47:25 +01:00
|
|
|
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
2019-06-06 03:30:30 +02:00
|
|
|
zhighlighters=(main brackets)
|
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)
|
2018-11-21 17:58:30 +01:00
|
|
|
|
|
|
|
|