Moved Config to zimrc

This commit is contained in:
AtomicCoding 2018-04-21 19:05:42 -07:00
parent 5d9bf8dd72
commit c6972c87db
No known key found for this signature in database
GPG Key ID: D9C2E2ED3C4516FA
2 changed files with 3 additions and 5 deletions

View File

@ -21,11 +21,6 @@ autoload -Uz compinit && compinit -C -d "${ZDOTDIR:-${HOME}}/${zcompdump_file:-.
# set any compdefs
source ${0:h}/compdefs.zsh
# set custom sprompt
if [ ${SPROMPT} = "zsh: correct '%R' to '%r' [nyae]?" ]; then
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
fi
#
# zsh options
#

View File

@ -34,6 +34,9 @@ zprompt_theme='steeef'
# if none is provided, the default '.zcompdump' is used.
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
# Set custom completion prompt
SPROMPT="zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? "
#
# Utility
#