grammar fixup
This commit is contained in:
parent
a599a63ccd
commit
5237b76e81
@ -6,9 +6,9 @@
|
|||||||
# Zim settings
|
# Zim settings
|
||||||
#
|
#
|
||||||
|
|
||||||
# select what modules you would like enabled
|
# Select what modules you would like enabled.
|
||||||
# the second line of modules may depend on options set by modules in the first line
|
# 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
|
# These dependencies are noted on the respective module's README.md.
|
||||||
zmodules=(directory environment git history input utility custom \
|
zmodules=(directory environment git history input utility custom \
|
||||||
syntax-highlighting history-substring-search prompt completion)
|
syntax-highlighting history-substring-search prompt completion)
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ zmodules=(directory environment git history input utility custom \
|
|||||||
# Prompt
|
# Prompt
|
||||||
#
|
#
|
||||||
|
|
||||||
# set your desired prompt here
|
# Set your desired prompt here
|
||||||
zprompt_theme='steeef'
|
zprompt_theme='steeef'
|
||||||
|
|
||||||
|
|
||||||
@ -29,10 +29,10 @@ zprompt_theme='steeef'
|
|||||||
# Syntax-Highlighting
|
# Syntax-Highlighting
|
||||||
#
|
#
|
||||||
|
|
||||||
# this determines what highlighters will be used with the completion module
|
# This determines what highlighters will be used with the completion module.
|
||||||
# documentation of the highlighters can be found here:
|
# Documentation of the highlighters can be found here:
|
||||||
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
||||||
# for (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem
|
# For (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem
|
||||||
zhighlighters=(main brackets cursor)
|
zhighlighters=(main brackets cursor)
|
||||||
|
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ zhighlighters=(main brackets cursor)
|
|||||||
# SSH
|
# SSH
|
||||||
#
|
#
|
||||||
|
|
||||||
# load these ssh identities with the ssh module
|
# Load these ssh identities with the ssh module
|
||||||
#zssh_ids=(id_rsa)
|
#zssh_ids=(id_rsa)
|
||||||
|
|
||||||
|
|
||||||
@ -48,8 +48,8 @@ zhighlighters=(main brackets cursor)
|
|||||||
# Pacman
|
# Pacman
|
||||||
#
|
#
|
||||||
|
|
||||||
# set (optional) pacman front-end.
|
# Set (optional) pacman front-end.
|
||||||
#zpacman_frontend='powerpill'
|
#zpacman_frontend='powerpill'
|
||||||
|
|
||||||
# load any helper scripts as defined here
|
# Load any helper scripts as defined here
|
||||||
#zpacman_helper=(aur)
|
#zpacman_helper=(aur)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# user configuration sourced by interactive shells
|
# User configuration sourced by interactive shells
|
||||||
#
|
#
|
||||||
|
|
||||||
# Source zim
|
# Source zim
|
||||||
|
Reference in New Issue
Block a user