|
|
|
@ -131,7 +131,7 @@ function prompt_sorin_setup {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set python-info format
|
|
|
|
|
zstyle ':prezto:module:python:info:virtualenv' format '%f%F{208}(%v)%F{7} '
|
|
|
|
|
zstyle ':prezto:module:python:info:virtualenv' format '%f%F{3}(%v)%F{7} '
|
|
|
|
|
|
|
|
|
|
# Get the async worker set up
|
|
|
|
|
async_start_worker async_sorin_git -n
|
|
|
|
@ -143,7 +143,7 @@ function prompt_sorin_setup {
|
|
|
|
|
|
|
|
|
|
# Define prompts.
|
|
|
|
|
PROMPT='${SSH_TTY:+"%F{9}%n%f%F{7}@%f%F{3}%m%f "}%F{4}${_prompt_sorin_pwd}%(!. %B%F{1}#%f%b.)${editor_info[keymap]} '
|
|
|
|
|
RPROMPT='$python_info[virtualenv]${editor_info[overwrite]}%(?:: %F{1}⏎%f)${VIM:+" %B%F{6}V%f%b"}${_prompt_devel_git}'
|
|
|
|
|
RPROMPT='$python_info[virtualenv]${editor_info[overwrite]}%(?:: %F{1}⏎%f)${VIM:+" %B%F{6}V%f%b"}${_prompt_sorin_git}'
|
|
|
|
|
SPROMPT='zsh: correct %F{1}%R%f to %F{2}%r%f [nyae]? '
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|