Add preview function to sorin theme

This commit is contained in:
Sorin Ionescu 2015-05-31 16:51:29 -04:00
parent bdec6c4e20
commit f2a826e963
1 changed files with 9 additions and 0 deletions

View File

@ -136,4 +136,13 @@ function prompt_sorin_setup {
SPROMPT='zsh: correct %F{1}%R%f to %F{2}%r%f [nyae]? '
}
function prompt_sorin_preview {
local +h PROMPT=''
local +h RPROMPT=''
local +h SPROMPT=''
editor-info 2>/dev/null
prompt_preview_theme 'sorin'
}
prompt_sorin_setup "$@"