mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +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
|
||||
}
|
||||
|
||||
## Main prompt
|
||||
# Main prompt
|
||||
build_left_prompt() {
|
||||
prompt_virtualenv
|
||||
prompt_context
|
||||
|
@ -217,6 +217,7 @@ build_left_prompt() {
|
|||
left_prompt_end
|
||||
}
|
||||
|
||||
# Right prompt
|
||||
build_right_prompt() {
|
||||
RETVAL=$?
|
||||
rprompt_status
|
||||
|
|
Loading…
Reference in a new issue