Using variable PROMPT_EDGE to set the desired prompt character
ex: export PROMPT_EDGE="λ"
This commit is contained in:
parent
58809b2d21
commit
5219157c72
1 changed files with 2 additions and 1 deletions
|
@ -85,9 +85,10 @@ function prompt_steeef_setup {
|
|||
zstyle ':prezto:module:python:info:virtualenv' format '(%v)'
|
||||
|
||||
# Define prompts.
|
||||
PROMPT_EDGE=${PROMPT_EDGE:=\$}
|
||||
PROMPT="
|
||||
${_prompt_steeef_colors[3]}%n%f at ${_prompt_steeef_colors[2]}%m%f in ${_prompt_steeef_colors[5]}%~%f "'${vcs_info_msg_0_}'"
|
||||
"'$python_info[virtualenv]'"$ "
|
||||
"'$python_info[virtualenv]'"${PROMPT_EDGE} "
|
||||
RPROMPT=''
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue