Added Custom SPROMPT
This commit is contained in:
parent
3d46387981
commit
ce8ff7e673
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ autoload -Uz compinit && compinit -C -d "${ZDOTDIR:-${HOME}}/${zcompdump_file:-.
|
|||
# set any compdefs
|
||||
source ${0:h}/compdefs.zsh
|
||||
|
||||
# set custom sprompt
|
||||
SPROMPT="Correct %F{1}%R%f to %F{2}%r%f? (%UY%ues, %UN%uo, %UA%ubort, %UE%udit)? "
|
||||
|
||||
#
|
||||
# zsh options
|
||||
|
|
Loading…
Reference in a new issue