Moved Config to zimrc
This commit is contained in:
parent
5d9bf8dd72
commit
c6972c87db
2 changed files with 3 additions and 5 deletions
|
@ -21,11 +21,6 @@ autoload -Uz compinit && compinit -C -d "${ZDOTDIR:-${HOME}}/${zcompdump_file:-.
|
||||||
# set any compdefs
|
# set any compdefs
|
||||||
source ${0:h}/compdefs.zsh
|
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
|
# zsh options
|
||||||
#
|
#
|
||||||
|
|
|
@ -34,6 +34,9 @@ zprompt_theme='steeef'
|
||||||
# if none is provided, the default '.zcompdump' is used.
|
# if none is provided, the default '.zcompdump' is used.
|
||||||
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
|
#zcompdump_file=".zcompdump-${HOST}-${ZSH_VERSION}"
|
||||||
|
|
||||||
|
# Set custom completion prompt
|
||||||
|
SPROMPT="zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? "
|
||||||
|
|
||||||
#
|
#
|
||||||
# Utility
|
# Utility
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue