mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
powerlevel9k: things looking good! simple comment change
This commit is contained in:
parent
595d7a55c6
commit
88d8803a7c
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,7 @@ prompt_rvm() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
## Main prompt
|
# Main prompt
|
||||||
build_left_prompt() {
|
build_left_prompt() {
|
||||||
prompt_virtualenv
|
prompt_virtualenv
|
||||||
prompt_context
|
prompt_context
|
||||||
|
@ -217,6 +217,7 @@ build_left_prompt() {
|
||||||
left_prompt_end
|
left_prompt_end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Right prompt
|
||||||
build_right_prompt() {
|
build_right_prompt() {
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
rprompt_status
|
rprompt_status
|
||||||
|
|
Loading…
Reference in a new issue